diff --git a/orangecontrib/text/language.py b/orangecontrib/text/language.py index 57256f9c7..d65c03d29 100644 --- a/orangecontrib/text/language.py +++ b/orangecontrib/text/language.py @@ -46,6 +46,9 @@ "he": "Hebrew", "hi": "Hindi", "hi-Latn": "Hindi (latin)", + # https://en.wikipedia.org/wiki/Hinglish - since it doesn't really have ISO + # code we made one up to be able to used it for stopwords (supported in NLTK) + "hi_eng": "Hinglish", "hr": "Croatian", "ht": "Haitian", "hu": "Hungarian",