Commit a196e7ef authored by serg@sergbook.mysql.com's avatar serg@sergbook.mysql.com
Browse files

"words" of length 1 are removed from stopword list

parent f57a5596
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ const char *ft_precompiled_stopwords[] = {
   it was slightly modified to my taste, though
 */

  "a",
  "a's",
  "able",
  "about",
@@ -130,7 +129,6 @@ const char *ft_precompiled_stopwords[] = {
  "available",
  "away",
  "awfully",
  "b",
  "be",
  "became",
  "because",
@@ -154,7 +152,6 @@ const char *ft_precompiled_stopwords[] = {
  "brief",
  "but",
  "by",
  "c",
  "c'mon",
  "c's",
  "came",
@@ -184,7 +181,6 @@ const char *ft_precompiled_stopwords[] = {
  "couldn't",
  "course",
  "currently",
  "d",
  "definitely",
  "described",
  "despite",
@@ -200,7 +196,6 @@ const char *ft_precompiled_stopwords[] = {
  "down",
  "downwards",
  "during",
  "e",
  "each",
  "edu",
  "eg",
@@ -224,7 +219,6 @@ const char *ft_precompiled_stopwords[] = {
  "exactly",
  "example",
  "except",
  "f",
  "far",
  "few",
  "fifth",
@@ -241,7 +235,6 @@ const char *ft_precompiled_stopwords[] = {
  "from",
  "further",
  "furthermore",
  "g",
  "get",
  "gets",
  "getting",
@@ -254,7 +247,6 @@ const char *ft_precompiled_stopwords[] = {
  "got",
  "gotten",
  "greetings",
  "h",
  "had",
  "hadn't",
  "happens",
@@ -287,7 +279,6 @@ const char *ft_precompiled_stopwords[] = {
  "how",
  "howbeit",
  "however",
  "i",
  "i'd",
  "i'll",
  "i'm",
@@ -316,16 +307,13 @@ const char *ft_precompiled_stopwords[] = {
  "it's",
  "its",
  "itself",
  "j",
  "just",
  "k",
  "keep",
  "keeps",
  "kept",
  "know",
  "knows",
  "known",
  "l",
  "last",
  "lately",
  "later",
@@ -344,7 +332,6 @@ const char *ft_precompiled_stopwords[] = {
  "looking",
  "looks",
  "ltd",
  "m",
  "mainly",
  "many",
  "may",
@@ -362,7 +349,6 @@ const char *ft_precompiled_stopwords[] = {
  "must",
  "my",
  "myself",
  "n",
  "name",
  "namely",
  "nd",
@@ -389,7 +375,6 @@ const char *ft_precompiled_stopwords[] = {
  "novel",
  "now",
  "nowhere",
  "o",
  "obviously",
  "of",
  "off",
@@ -417,7 +402,6 @@ const char *ft_precompiled_stopwords[] = {
  "over",
  "overall",
  "own",
  "p",
  "particular",
  "particularly",
  "per",
@@ -429,11 +413,9 @@ const char *ft_precompiled_stopwords[] = {
  "presumably",
  "probably",
  "provides",
  "q",
  "que",
  "quite",
  "qv",
  "r",
  "rather",
  "rd",
  "re",
@@ -445,7 +427,6 @@ const char *ft_precompiled_stopwords[] = {
  "relatively",
  "respectively",
  "right",
  "s",
  "said",
  "same",
  "saw",
@@ -495,7 +476,6 @@ const char *ft_precompiled_stopwords[] = {
  "such",
  "sup",
  "sure",
  "t",
  "t's",
  "take",
  "taken",
@@ -555,7 +535,6 @@ const char *ft_precompiled_stopwords[] = {
  "trying",
  "twice",
  "two",
  "u",
  "un",
  "under",
  "unfortunately",
@@ -572,14 +551,12 @@ const char *ft_precompiled_stopwords[] = {
  "uses",
  "using",
  "usually",
  "v",
  "value",
  "various",
  "very",
  "via",
  "viz",
  "vs",
  "w",
  "want",
  "wants",
  "was",
@@ -631,8 +608,6 @@ const char *ft_precompiled_stopwords[] = {
  "would",
  "would",
  "wouldn't",
  "x",
  "y",
  "yes",
  "yet",
  "you",
@@ -644,7 +619,6 @@ const char *ft_precompiled_stopwords[] = {
  "yours",
  "yourself",
  "yourselves",
  "z",
  "zero",
#endif