public class Text extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
useStopwords |
Modifier and Type | Method and Description |
---|---|
Text |
disableStopwords() |
static Set<String> |
getIntersection(String l,
String r) |
List<String> |
getTerms() |
Set<String> |
getTermsSet() |
static int |
sharedTerms(String l,
String r) |
public Text(String text)
Copyright © 2013. All rights reserved.