Japanese NLP pipeline for spaCy, providing tokenization, POS tagging, named entity recognition, dependency parsing, and word vectors. Based on a multi-task CNN trained on UD-Japanese BCCWJ and GSK2014-A. Installs as a spaCy model package for Japanese. Current version 5.2.0.
pip install ja-ginzaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load the Japanese model and process a simple sentence.
Upgrade spaCy: pip install -U spacy>=3.6
Run: python -m spacy download ja_ginza
Update code to use spacy.load('ja_ginza') instead of 'ja_ginza_electra'.