mirror of https://github.com/explosion/spaCy.git
Add emoticons
This commit is contained in:
parent
5908c0ed9f
commit
e8ae588be9
|
@ -39,6 +39,7 @@ EMOTICONS = set("""
|
||||||
):
|
):
|
||||||
)-:
|
)-:
|
||||||
=(
|
=(
|
||||||
|
>:(
|
||||||
|
|
||||||
:')
|
:')
|
||||||
:'-)
|
:'-)
|
||||||
|
@ -50,6 +51,7 @@ EMOTICONS = set("""
|
||||||
=/
|
=/
|
||||||
:|
|
:|
|
||||||
:-|
|
:-|
|
||||||
|
:1
|
||||||
|
|
||||||
:P
|
:P
|
||||||
:-P
|
:-P
|
||||||
|
@ -63,6 +65,7 @@ EMOTICONS = set("""
|
||||||
:0
|
:0
|
||||||
:-0
|
:-0
|
||||||
:()
|
:()
|
||||||
|
>:o
|
||||||
|
|
||||||
:*
|
:*
|
||||||
:-*
|
:-*
|
||||||
|
@ -98,6 +101,7 @@ XDD
|
||||||
._.
|
._.
|
||||||
;_;
|
;_;
|
||||||
-_-
|
-_-
|
||||||
|
-__-
|
||||||
v.v
|
v.v
|
||||||
V.V
|
V.V
|
||||||
v_v
|
v_v
|
||||||
|
@ -116,6 +120,7 @@ o.o
|
||||||
0.0
|
0.0
|
||||||
o.0
|
o.0
|
||||||
0.o
|
0.o
|
||||||
|
@_@
|
||||||
|
|
||||||
<3
|
<3
|
||||||
<33
|
<33
|
||||||
|
|
Loading…
Reference in New Issue