Flag English specific stopwords for cleanupp
This commit is contained in:
parent
6b69427cbb
commit
fe943fe3ea
@ -456,6 +456,7 @@ public class StandardReconConfig extends ReconConfig {
|
|||||||
|
|
||||||
static final protected Set<String> s_stopWords = new HashSet<String>();
|
static final protected Set<String> s_stopWords = new HashSet<String>();
|
||||||
static {
|
static {
|
||||||
|
// FIXME: This is English specific
|
||||||
s_stopWords.add("the");
|
s_stopWords.add("the");
|
||||||
s_stopWords.add("a");
|
s_stopWords.add("a");
|
||||||
s_stopWords.add("and");
|
s_stopWords.add("and");
|
||||||
|
Loading…
Reference in New Issue
Block a user