KoichiYasuoka commited on
Commit
0c4bbb4
1 Parent(s): 8a5ea67
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -30,3 +30,7 @@ p=[model.config.id2label[q] for q in torch.argmax(model(tokenizer.encode(s,retur
30
  print(list(zip(s,p)))
31
  ```
32
 
 
 
 
 
30
  print(list(zip(s,p)))
31
  ```
32
 
33
+ ## See Also
34
+
35
+ [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa models
36
+