2012/1/20 Sonia Gomez <[email protected]>: > > Hello > I want setting extraction sensitivity of entity, i have in my text this > french words ".....avec les chantiers ....." and Stanbol extract this entity > " Person : Les Paul" > can i add the stop word or setting the extraction sensitivity ?
The default NER engine in Stanbol (NamedEntityExtractionEnhancementEngine) does not work correctly on non-English content. You should probably disable that engine on French content. Building statistic OpenNLP model for French is not a easy task to solve (although it's possible and deserve some investing time in it). -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
