2012/2/7 Netzmühle Internetagentur OG <[email protected]>: > Hello Olivier, > > the test index is in english but i need an index in english and german. I > justed tried to create the solr index based on an RDF File and i have noch > matching OpenNLP model. Is there a tutorial how to guess the language or can > i integrate the language marker into my RDF file?
Which engines are deployed in your chain when you do you experiments? AFAIK you need a language guesser instance before your KeyWordLinkingEngine: For instance see: http://dev.iks-project.eu:8081/enhancer/chain/gemet (you can tests it with the text of the Wikipedia article for Agriculture for instance). The you need to ensure that the OpenNLP tagger or chunker models for engines have been loaded successfully (you can check that in the DataFileProvider tab of the felix webconsole). -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
