mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 14:10:34 +03:00
Fix formatting
This commit is contained in:
parent
0e081d0167
commit
90601cf1b3
|
@ -60,8 +60,8 @@ p
|
||||||
+h(2, "quantifiers") Using quantifiers
|
+h(2, "quantifiers") Using quantifiers
|
||||||
|
|
||||||
p
|
p
|
||||||
| Token specifiers may have quantifiers attached to them, by setting the "OP" key
|
| Token specifiers may have quantifiers attached to them, by setting the
|
||||||
| to one of the following values:
|
| #[code "OP"] key to one of the following values:
|
||||||
|
|
||||||
+table([ "Name", "Description", "Example"])
|
+table([ "Name", "Description", "Example"])
|
||||||
+row
|
+row
|
||||||
|
@ -85,7 +85,8 @@ p
|
||||||
+cell optional, max one
|
+cell optional, max one
|
||||||
|
|
||||||
p
|
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.
|
+code.
|
||||||
matcher = Matcher(nlp.vocab)
|
matcher = Matcher(nlp.vocab)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user