Class NLPModel
- java.lang.Object
-
- net.thexcoders.aladin_bot_backend.nlp_models.NLPModel
-
- Direct Known Subclasses:
CategorizerImpl,LangDetectorImpl,SentenceDetectorImplEng,SentenceDetectorImplFra,TokenizerImplEng,TokenizerImplFra
public abstract class NLPModel extends Object
-
-
Constructor Summary
Constructors Constructor Description NLPModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfileExists()FilegenerateFile()
-
-
-
Field Detail
-
PATH
protected static final String PATH
- See Also:
- Constant Field Values
-
fileName
protected String fileName
-
-
Method Detail
-
fileExists
public boolean fileExists()
-
generateFile
public File generateFile()
-
-