mirror of
https://github.com/explosion/spaCy.git
synced 2025-12-09 19:24:22 +03:00
Example of this is いる in these sentences:
彼はそこにいる。# should be VERB
彼は底に立っている。# should be AUX
Unclear which case is more numerous - need to check a large corpus - but
in keeping with the other ambiguous tags, this is mapped to the
"dominant" or first part of the tag. -POLM
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| language_data.py | ||
| stop_words.py | ||
| tag_map.py | ||