Skip to content

UD Japanese GSD+GSDLUW r2.9 with Named Entity Gold Labels

Pre-release
Pre-release
Compare
Choose a tag to compare
@hiroshi-matsuda-rit hiroshi-matsuda-rit released this 15 Mar 16:53
· 11 commits to master since this release
8bde4b9

The LUW spaCy model trained on UD_Japanese-GSDLUW r2.9+NE

$ pip install https://github.com/megagonlabs/UD_Japanese-GSD/releases/download/r2.9-NE/ja_gsdluw-3.2.0-py3-none-any.whl
$ python
import spacy
nlp = spacy.load("ja_gsdluw")
doc = nlp("志太地方の朝ラーメン文化は広く知れ渡っています。")