Class FastTextDetector
java.lang.Object
org.languagetool.language.identifier.detector.FastTextDetector
- Since:
- 5.0
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
K_HIGHEST_SCORES
private static final int K_HIGHEST_SCORES- See Also:
-
BUFFER_SIZE
private static final int BUFFER_SIZE- See Also:
-
WHITESPACE
-
fasttextProcess
-
fasttextIn
-
fasttextOut
-
modelPath
-
binaryPath
-
-
Constructor Details
-
FastTextDetector
- Throws:
IOException
-
FastTextDetector
FastTextDetector()
-
-
Method Details
-
init
- Throws:
IOException
-
runFasttext
public Map<String,Double> runFasttext(String text, List<String> additionalLanguageCodes) throws IOException - Throws:
IOException
-
parseBuffer
-
restartProcess
- Throws:
IOException
-
destroy
void destroy()
-