You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
German
text = "dritte Nachricht"
English
text = "third message"
from duckling import DucklingWrapper
from duckling import language as lang
nlp = DucklingWrapper()
nlp.language = lang.Language.GERMAN
nlp.parse("dritte Nachricht")
returns []
English
while I checked the same text in English then it's working fine.
from duckling import DucklingWrapper
from duckling import language as lang
nlp = DucklingWrapper()
nlp.language = lang.Language.ENGLISH
nlp.parse("third message")
python 3.6
duckling 1.18
German
text = "dritte Nachricht"
English
text = "third message"
returns []
English
while I checked the same text in English then it's working fine.
returns
The text was updated successfully, but these errors were encountered: