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