hiroshi-matsuda-rit commited on
Commit
2a3dd00
1 Parent(s): bdddae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -11,6 +11,13 @@ This is an [ELECTRA](https://github.com/google-research/electra) model pretraine
11
 
12
  The base pretrain model is [megagonlabs/transformers-ud-japanese-electra-base-discrimininator](https://huggingface.co/megagonlabs/transformers-ud-japanese-electra-base-discriminator).
13
 
 
 
 
 
 
 
 
14
  ## Licenses
15
 
16
  The models are distributed under the terms of [The MIT License](https://opensource.org/licenses/mit-license.php).
 
11
 
12
  The base pretrain model is [megagonlabs/transformers-ud-japanese-electra-base-discrimininator](https://huggingface.co/megagonlabs/transformers-ud-japanese-electra-base-discriminator).
13
 
14
+ The entire spaCy v3 model is distributed as a python package named [`ja_ginza_electra`](https://pypi.org/project/ja-ginza-electra/) from PyPI along with [`GiNZA v5`](https://github.com/megagonlabs/ginza) which provides some custom pipeline components to recognize the Japanese bunsetu-phrase structures.
15
+ Try running it as below:
16
+ ```console
17
+ $ pip install ginza ja-ginza-electra
18
+ $ ginza
19
+ ```
20
+
21
  ## Licenses
22
 
23
  The models are distributed under the terms of [The MIT License](https://opensource.org/licenses/mit-license.php).