Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lingua 1.4.0 source code.tar.gz | 2023-09-05 | 134.8 MB | |
Lingua 1.4.0 source code.zip | 2023-09-05 | 135.0 MB | |
README.md | 2023-09-05 | 612 Bytes | |
Totals: 3 Items | 269.8 MB | 0 |
Features
- The new functions
GetIsoCode639_1FromValue()
andGetIsoCode639_3FromValue()
have been introduced to return the properIsoCode639_1
andIsoCode639_3
for a given name string. (#44)
Changes
- The functions
GetLanguageFromIsoCode639_1()
andGetLanguageFromIsoCode639_3()
now correctly returnUnknown
instead of-1
if a language cannot be found for the given iso code. (#44)
Bug Fixes
- The method
LanguageDetector.DetectMultipleLanguagesOf()
returned wrong values for start and end indices for texts consisting of only a single word. This has been fixed. (#43)