A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
R
S
T
U
V
W
X
Y
Z
F
- FA - enum entry in com.github.pemistahl.lingua.api.IsoCode639_1
The ISO 639-1 code for Persian.
- FAS - enum entry in com.github.pemistahl.lingua.api.IsoCode639_3
The ISO 639-3 code for Persian.
- FI - enum entry in com.github.pemistahl.lingua.api.IsoCode639_1
The ISO 639-1 code for Finnish.
- FIN - enum entry in com.github.pemistahl.lingua.api.IsoCode639_3
The ISO 639-3 code for Finnish.
- FINNISH - enum entry in com.github.pemistahl.lingua.api.Language
- FR - enum entry in com.github.pemistahl.lingua.api.IsoCode639_1
The ISO 639-1 code for French.
- FRA - enum entry in com.github.pemistahl.lingua.api.IsoCode639_3
The ISO 639-3 code for French.
- FRENCH - enum entry in com.github.pemistahl.lingua.api.Language
- fromAllLanguages() - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in languages.
- fromAllLanguagesWithArabicScript() - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in languages supporting the Arabic script.
- fromAllLanguagesWithCyrillicScript() - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in languages supporting the Cyrillic script.
- fromAllLanguagesWithDevanagariScript() - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in languages supporting the Devanagari script.
- fromAllLanguagesWithLatinScript() - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in languages supporting the Latin script.
- fromAllLanguagesWithout(Language) - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in languages except those specified in languages.
- fromAllSpokenLanguages() - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with all built-in still spoken languages.
- fromIsoCodes639_1(IsoCode639_1) - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with the languages specified by the respective ISO 639-1 codes.
- fromIsoCodes639_3(IsoCode639_3) - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with the languages specified by the respective ISO 639-3 codes.
- fromLanguages(Language) - function in com.github.pemistahl.lingua.api.LanguageDetectorBuilder.Companion
- Creates and returns an instance of LanguageDetectorBuilder with the specified languages.