diff --git a/lib/natural/util/stopwords.js b/lib/natural/util/stopwords.js index 168f69559..e50d33747 100644 --- a/lib/natural/util/stopwords.js +++ b/lib/natural/util/stopwords.js @@ -33,7 +33,7 @@ const words = [ 'if', 'in', 'into', 'is', 'it', 'its', 'itself', 'like', 'make', 'many', 'me', 'might', 'more', 'most', 'much', 'must', 'my', 'myself', 'never', 'now', 'of', 'on', 'only', 'or', 'other', 'our', 'ours', 'ourselves', 'out', 'over', 'own', - 'said', 'same', 'see', 'should', 'since', 'so', 'some', 'still', 'such', 'take', 'than', + 'said', 'same', 'see', 'she', 'should', 'since', 'so', 'some', 'still', 'such', 'take', 'than', 'that', 'the', 'their', 'theirs', 'them', 'themselves', 'then', 'there', 'these', 'they', 'this', 'those', 'through', 'to', 'too', 'under', 'until', 'up', 'very', 'was', 'way', 'we', 'well', 'were', 'what', 'where', 'when', 'which', 'while', 'who',