Commit
·
ca84192
1
Parent(s):
a103f42
See Also
Browse files
README.md
CHANGED
@@ -27,3 +27,7 @@ pipeline=TokenClassificationPipeline(tokenizer=tokenizer,model=model,aggregation
|
|
27 |
print([(t["word"],t["entity_group"]) for t in pipeline("国境の長いトンネルを抜けると雪国であった。")])
|
28 |
```
|
29 |
|
|
|
|
|
|
|
|
|
|
27 |
print([(t["word"],t["entity_group"]) for t in pipeline("国境の長いトンネルを抜けると雪国であった。")])
|
28 |
```
|
29 |
|
30 |
+
## See Also
|
31 |
+
|
32 |
+
[esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa models
|
33 |
+
|