Yesterday, Mr. Hernandez published a french model of OpenNLP, https://sites.google.com/site/nicolashernandez/resources/opennlp and i tried to integrate it with Stanbol to help with an entityLinking task.
Here is what i get with talismane on an example token: "ProcessingState > 0: Token: [0, 5] mario (pos:[Value [pos: NC(olia:CommonNoun|olia:Noun)].prob=0.22461293861915013]) chunk: 'none'" And now with the french model of OpenNLP: OpenNlpPosTaggingEngine No POS TagSet registered for Language 'fr'. Will build an adhoc set based on encountered Tags! [...] OpenNlpPosTaggingEngine > Token: [0, 5] Mario org.apache.stanbol.enhancer.engines.opennlp.pos.services.OpenNlpPosTaggingEngine - Value [pos: NPP([])].prob=0.7535221968807173 And then the linking just fails, every token has "linkable=false(linkabkePos=false)| matchable=false(matchablePos=null)" What is the next step so i can make it work ? <https://sites.google.com/site/nicolashernandez/resources/opennlp>
