Thanks for your help, I would like to add new type of entity. After cheking the source code of stanbol, I located and localy modified some class for testing :
========================== - org.apache.stanbol.contenthub.core.utils.sparql.QueryGenerator - org.apache.stanbol.contenthub.core.utils.ExploreQueryHelper - org.apache.stanbol.contenthub.core.utils.ExploreHelper - org.apache.stanbol.contenthub.servicesapi.store.vocabulary.SolrVocabulary ===================== - org.apache.stanbol.enhancer.servicesapi.rdf.OntologicalClasses - org.apache.stanbol.enhancer.engines.keywordextraction.linking.EntityLinkerConfig - org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore - org.apache.stanbol.enhancer.engines.taxonomy.impl.TaxonomyLinkingEngine - org.apache.stanbol.enhancer.jersey.resource.ContentItemResource ====================== >From what I understand in *NEREngineCore*, I have to build a new OpenNLP model that will allowing the extraction of the new type of entities from the content. Is that right ?
