Add matcher to navigation

This commit is contained in:
Ines Montani 2016-10-24 00:52:14 +02:00
parent 26dc3f3ebf
commit efaa8eaf1f
2 changed files with 3 additions and 1 deletions

View File

@ -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"],

View File

@ -20,6 +20,7 @@ include _api-span
include _api-lexeme
include _api-vocab
include _api-stringstore
include _api-matcher
include _annotation-specs
include _tutorials