mirror of https://github.com/explosion/spaCy.git
Add note on Tagger.tag_names vs. Tagger.labels (see #1666) [ci skip]
This commit is contained in:
parent
bbee48080d
commit
0536e91564
|
@ -106,6 +106,10 @@ p
|
||||||
| #[+api("tagger#from_disk") #[code Tagger.from_disk]]
|
| #[+api("tagger#from_disk") #[code Tagger.from_disk]]
|
||||||
| #[+api("tagger#from_bytes") #[code Tagger.from_bytes]]
|
| #[+api("tagger#from_bytes") #[code Tagger.from_bytes]]
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code Tagger.tag_names]
|
||||||
|
+cell #[code Tagger.labels]
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code DependencyParser.load]
|
+cell #[code DependencyParser.load]
|
||||||
+cell
|
+cell
|
||||||
|
|
Loading…
Reference in New Issue