mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
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
|
||||
|
@ -63,6 +65,7 @@ EMOTICONS = set("""
|
|||
:0
|
||||
:-0
|
||||
:()
|
||||
>:o
|
||||
|
||||
:*
|
||||
:-*
|
||||
|
@ -98,6 +101,7 @@ XDD
|
|||
._.
|
||||
;_;
|
||||
-_-
|
||||
-__-
|
||||
v.v
|
||||
V.V
|
||||
v_v
|
||||
|
@ -116,6 +120,7 @@ o.o
|
|||
0.0
|
||||
o.0
|
||||
0.o
|
||||
@_@
|
||||
|
||||
<3
|
||||
<33
|
||||
|
|
Loading…
Reference in New Issue
Block a user