mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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.
|
||||
# acl
|
||||
|
||||
LAW
|
||||
|
|
|
@ -458,6 +458,7 @@ IDS = {
|
|||
"rcmod": rcmod,
|
||||
"root": root,
|
||||
"xcomp": xcomp
|
||||
"LAW": LAW
|
||||
}
|
||||
|
||||
def sort_nums(x):
|
||||
|
|
|
@ -37,6 +37,10 @@
|
|||
+cell #[code WORK_OF_ART]
|
||||
+cell Titles of books, songs, etc.
|
||||
|
||||
+row
|
||||
+cell #[code LAW]
|
||||
+cell Named documents made into laws.
|
||||
|
||||
+row
|
||||
+cell #[code LANGUAGE]
|
||||
+cell Any named language.
|
||||
|
|
Loading…
Reference in New Issue
Block a user