Skip to content

Commit

Permalink
Enable Full Sentence as Entity for Additional Languages
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-b authored Jun 11, 2021
2 parents e53a564 + 61da26a commit 3ffa88b
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 1,116 deletions.
9 changes: 6 additions & 3 deletions language_utilities/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
DUTCH_LANG = 'nl'
FRENCH_LANG = 'fr'
GERMAN_LANG = 'de'
ITALIAN_LANG = 'it'

MALAY_LANG = 'ms'
BAHASA_LANG = 'id'
SWAHILI_LANG = 'sw'
ARABIC_LANG = 'ar'

# language translation status
TRANSLATED_TEXT = 'translated_text'

INDIC_LANGUAGES_SET = {HINDI_LANG, TAMIL_LANG, MARATHI_LANG, GUJARATI_LANG, KANNADA_LANG, TELEGU_LANG}
EUROPEAN_LANGUAGES_SET = {SPANISH_LANG, DUTCH_LANG, FRENCH_LANG, GERMAN_LANG}
Loading

0 comments on commit 3ffa88b

Please sign in to comment.