Skip to content

Automatic Language Identification

Compare
Choose a tag to compare
@bdeboe bdeboe released this 08 Oct 15:29
· 435 commits to master since this release

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!