mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-25 16:15:17 +03:00
fix confusing typo
This document describes the `Vocab` class, not the `Span` class.
This commit is contained in:
parent
9335736c20
commit
81166c3d56
|
@ -124,7 +124,7 @@ p
|
||||||
+cell #[code Lexeme]
|
+cell #[code Lexeme]
|
||||||
+cell The lexeme indicated by the given ID.
|
+cell The lexeme indicated by the given ID.
|
||||||
|
|
||||||
+h(2, "iter") Span.__iter__
|
+h(2, "iter") Vocab.__iter__
|
||||||
+tag method
|
+tag method
|
||||||
|
|
||||||
p Iterate over the lexemes in the vocabulary.
|
p Iterate over the lexemes in the vocabulary.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user