diff --git a/main/src/com/google/refine/model/recon/StandardReconConfig.java b/main/src/com/google/refine/model/recon/StandardReconConfig.java index ceab44984..3e7dad8eb 100644 --- a/main/src/com/google/refine/model/recon/StandardReconConfig.java +++ b/main/src/com/google/refine/model/recon/StandardReconConfig.java @@ -456,6 +456,7 @@ public class StandardReconConfig extends ReconConfig { static final protected Set s_stopWords = new HashSet(); static { + // FIXME: This is English specific s_stopWords.add("the"); s_stopWords.add("a"); s_stopWords.add("and");