mirror of https://github.com/apache/lucene.git
Update stopwords.txt (#14075)
In brazillian portuguese the conjunction "em(preposition)+<a|o|as|os>(article)" take the form "na, nas, no, nos" being common stop words. For some reason the "nas" conjunction appear twice and the "no" is nowhere to be found, I think it was probably a mistake. This pull request add the word to the list and remove the duplication.
This commit is contained in:
parent
58ca67a08d
commit
aef16daa76
|
@ -27,6 +27,8 @@ Bug Fixes
|
|||
* GITHUB#14049: Randomize KNN codec params in RandomCodec. Fixes scalar quantization div-by-zero
|
||||
when all values are identical. (Mike Sokolov)
|
||||
|
||||
* GITHUB#14075: Remove duplicate and add missing entry on brazilian portuguese stopwords list. (Arthur Caccavo)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
(No changes)
|
||||
|
|
|
@ -68,7 +68,7 @@ mesmas
|
|||
mesmo
|
||||
mesmos
|
||||
na
|
||||
nas
|
||||
no
|
||||
nao
|
||||
nas
|
||||
nem
|
||||
|
|
Loading…
Reference in New Issue