spaCy/spacy/ja
Paul O'Leary McCann 234a8a7591 Change default tag for 動詞,非自立可能
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
2017-08-21 00:21:45 +09:00
..
__init__.py Sample implementation of Japanese Tagger (ref #1214) 2017-08-08 01:27:15 +09:00
language_data.py Add newline 2017-05-03 09:38:07 +02:00
stop_words.py Add newline 2017-05-03 09:38:29 +02:00
tag_map.py Change default tag for 動詞,非自立可能 2017-08-21 00:21:45 +09:00