Fix formatting

This commit is contained in:
ines 2017-10-24 16:22:37 +02:00
parent 0e081d0167
commit 90601cf1b3

View File

@ -60,8 +60,8 @@ p
+h(2, "quantifiers") Using quantifiers
p
| Token specifiers may have quantifiers attached to them, by setting the "OP" key
| to one of the following values:
| Token specifiers may have quantifiers attached to them, by setting the
| #[code "OP"] key to one of the following values:
+table([ "Name", "Description", "Example"])
+row
@ -85,7 +85,8 @@ p
+cell optional, max one
p
| Thus the following matcher will match "Hello, World" or "Hello world" or "Hello - - world":
| Thus the following matcher will match "Hello, World" or "Hello world" or
| "Hello - - world":
+code.
matcher = Matcher(nlp.vocab)