mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Add missing symbol for LAW entities (resolves #1427)
This commit is contained in:
parent
61bc203f3f
commit
4acab77a8a
|
@ -467,3 +467,4 @@ cdef enum symbol_t:
|
||||||
# We therefore wait until the next data version to add them.
|
# We therefore wait until the next data version to add them.
|
||||||
# acl
|
# acl
|
||||||
|
|
||||||
|
LAW
|
||||||
|
|
|
@ -458,6 +458,7 @@ IDS = {
|
||||||
"rcmod": rcmod,
|
"rcmod": rcmod,
|
||||||
"root": root,
|
"root": root,
|
||||||
"xcomp": xcomp
|
"xcomp": xcomp
|
||||||
|
"LAW": LAW
|
||||||
}
|
}
|
||||||
|
|
||||||
def sort_nums(x):
|
def sort_nums(x):
|
||||||
|
|
|
@ -37,6 +37,10 @@
|
||||||
+cell #[code WORK_OF_ART]
|
+cell #[code WORK_OF_ART]
|
||||||
+cell Titles of books, songs, etc.
|
+cell Titles of books, songs, etc.
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code LAW]
|
||||||
|
+cell Named documents made into laws.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code LANGUAGE]
|
+cell #[code LANGUAGE]
|
||||||
+cell Any named language.
|
+cell Any named language.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user