stopwords.js 307 B

1234
  1. define(function() {
  2. // Auto generated list of analyzer stop words that must be ignored by search.
  3. return ["but","be","with","such","then","for","no","will","not","are","and","their","if","this","on","into","a","or","there","in","that","they","was","is","it","an","the","as","at","these","by","to","of"];
  4. });