Class LinguisticParser
java.lang.Object
velo.ladaalpha.fields.linguistics.LinguisticParser
The Class LinguisticParser.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringClean text.static BooleanisAstopword(String in) Checks if is astopword.static StringremoveStopWords(String input) Removes the stop words. 
- 
Constructor Details
- 
LinguisticParser
public LinguisticParser() 
 - 
 - 
Method Details
- 
cleanText
Clean text.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
isAstopword
Checks if is astopword.- Parameters:
 in- the in- Returns:
 - the boolean
 
 - 
removeStopWords
Removes the stop words.- Parameters:
 input- the input- Returns:
 - the string
 
 
 -