Language Support
All languages and their support. For conversion from ISO-code, see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
'nb' = Norwegian Bokmål. Calling 'no' is the recommended way as that supports most and automatically cast to 'nb' if required.
Entries
Functions
Validates if SentencePiece exists pretrained for LanguageSupport. Support via BPEmb which are trained on Wikipedia.org.
Validates if Stemmer is supported for LanguageSupport. Support via SnowballStemmer
Validates if StopWord is supported for LanguageSupport. Support via NLTKs lists, NLTK
Validates if WordEmbedding (fastText) is downloadable for LanguageSupport. Support via fastText
Validates if WordFrequencies is supported for LanguageSupport. Support via wordfreq.py amazing files.
Returns largestWordFrequency or null for LanguageSupport