This commit is contained in:
PierreMonico 2019-02-04 11:37:29 +01:00 committed by Ines Montani
parent d570e75dbb
commit 114d64c4b5

View File

@ -5,7 +5,7 @@ include ../_includes/_mixins
p
| The #[code PhraseMatcher] lets you efficiently match large terminology
| lists. While the #[+api("matcher") #[code Matcher]] lets you match
| squences based on lists of token descriptions, the #[code PhraseMatcher]
| sequences based on lists of token descriptions, the #[code PhraseMatcher]
| accepts match patterns in the form of #[code Doc] objects.
+h(2, "init") PhraseMatcher.__init__