mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
parent
280c03f67b
commit
c69b77d8aa
|
@ -1493,16 +1493,6 @@ TOKENIZER_EXCEPTIONS = {
|
|||
{ORTH: "ma"}
|
||||
],
|
||||
|
||||
"gonna": [
|
||||
{ORTH: "gon", LEMMA: "go"},
|
||||
{ORTH: "na", LEMMA: "to"}
|
||||
],
|
||||
|
||||
"Gonna": [
|
||||
{ORTH: "Gon", LEMMA: "go"},
|
||||
{ORTH: "na", LEMMA: "to"}
|
||||
],
|
||||
|
||||
"whats": [
|
||||
{ORTH: "what"},
|
||||
{ORTH: "s"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user