mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Add matcher to navigation
This commit is contained in:
parent
26dc3f3ebf
commit
efaa8eaf1f
|
@ -14,7 +14,8 @@
|
|||
["Span", "#span", "span"],
|
||||
["Lexeme", "#lexeme", "lexeme"],
|
||||
["Vocab", "#vocab", "vocab"],
|
||||
["StringStore", "#stringstore", "stringstore"]
|
||||
["StringStore", "#stringstore", "stringstore"],
|
||||
["Matcher", "#matcher", "matcher"]
|
||||
],
|
||||
"More": [
|
||||
["Annotation Specs", "#annotation", "annotation"],
|
||||
|
|
|
@ -20,6 +20,7 @@ include _api-span
|
|||
include _api-lexeme
|
||||
include _api-vocab
|
||||
include _api-stringstore
|
||||
include _api-matcher
|
||||
|
||||
include _annotation-specs
|
||||
include _tutorials
|
||||
|
|
Loading…
Reference in New Issue
Block a user