Automatic Language Identification
We've added Automatic Language Identification to the iKnow engine and made it available through a new iknowpy
function.
To use ALI when indexing text, simply pass '*'
as the language name to the index()
method and iKnow will figure it out for you. If all you need is the language and not the rest of the indexing results, you can use the new IdentifyLanguage()
method. Check the wiki for more details!