feat(lemma meaning activities): exclude proper nouns (#1487)
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
This commit is contained in:
parent
d8210a39fd
commit
d42c511bbb
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ class PangeaToken {
|
|||
"NOUN",
|
||||
"NUM",
|
||||
"PRON",
|
||||
"PROPN",
|
||||
"SCONJ",
|
||||
"VERB",
|
||||
].contains(pos) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue