mirror of https://github.com/explosion/spaCy.git
Move ") to emoticons (see Tweebo challenge test)
This commit is contained in:
parent
637f785036
commit
bc911322b3
|
@ -637,7 +637,6 @@ for string in EXCLUDE_EXC:
|
|||
|
||||
ORTH_ONLY = [
|
||||
"''",
|
||||
"\")",
|
||||
"a.",
|
||||
"a.m.",
|
||||
"Adm.",
|
||||
|
|
|
@ -13,6 +13,7 @@ EMOTICONS = set("""
|
|||
(-:
|
||||
=)
|
||||
(=
|
||||
")
|
||||
:]
|
||||
:-]
|
||||
[:
|
||||
|
|
Loading…
Reference in New Issue