mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix indentation errors
This commit is contained in:
parent
405347b46f
commit
26dc3f3ebf
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
+section("matcher-init")
|
+section("matcher-init")
|
||||||
+h(3, "matcher-init") __init__(self, vocab, patterns)
|
+h(3, "matcher-init") __init__(self, vocab, patterns)
|
||||||
|
|
||||||
+table(["Name", "Type", "Description"])
|
+table(["Name", "Type", "Description"])
|
||||||
+row
|
+row
|
||||||
+cell vocab
|
+cell vocab
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
|
|
||||||
+section("matcher-add")
|
+section("matcher-add")
|
||||||
+h(3, "matcher-add") add(self, entity_key, etype, attrs, specs)
|
+h(3, "matcher-add") add(self, entity_key, etype, attrs, specs)
|
||||||
|
|
||||||
+table(["Name", "Type", "Description"])
|
+table(["Name", "Type", "Description"])
|
||||||
+row
|
+row
|
||||||
+cell entity_key
|
+cell entity_key
|
||||||
|
|
Loading…
Reference in New Issue
Block a user