feat(lemma meaning activities): exclude proper nouns (#1487)

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
This commit is contained in:
wcjord 2025-01-17 09:23:06 -05:00 committed by GitHub
parent d8210a39fd
commit d42c511bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,6 @@ class PangeaToken {
"NOUN",
"NUM",
"PRON",
"PROPN",
"SCONJ",
"VERB",
].contains(pos) &&