stopwords_en.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. # a couple of test stopwords to test that the words are really being
  16. # configured from this file:
  17. stopworda
  18. stopwordb
  19. # Standard english stop words taken from Lucene's StopAnalyzer
  20. a
  21. an
  22. and
  23. are
  24. as
  25. at
  26. be
  27. but
  28. by
  29. for
  30. if
  31. in
  32. into
  33. is
  34. it
  35. no
  36. not
  37. of
  38. on
  39. or
  40. such
  41. that
  42. the
  43. their
  44. then
  45. there
  46. these
  47. they
  48. this
  49. to
  50. was
  51. will
  52. with