Add exception for "gonna"

This commit is contained in:
Ines Montani 2016-12-17 11:54:59 +01:00
parent 63024466a9
commit 280c03f67b
1 changed files with 10 additions and 0 deletions

View File

@ -1493,6 +1493,16 @@ 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"}