Hi Allel, by adding a new Entity you mean a new type of entity if understand you correctly.
The types of supported entities that are recognized during the enhancement process in Stanbol depends on the installed enhancement engines. By default we have engines that try to identify places, persons, and organizations. If you have the requirement to identify other types of entities than those, you need to implement your own enhancement engine that is able to extract entities of that type from the content. If you don't want to implement your own engine the KeywordLinkingEngine [1] may be right for you. [1] http://incubator.apache.org/stanbol/docs/trunk/enhancer/engines/keywordlinkingengine.html Is this what you're looking for? AFAIK we don't have a step-by-step documentation about how to implement an enhancement engine yet, but you can and should have a look at the existing enhancement engines in Stanbol and learn from them in a first step. Best, - Fabian 2011/10/27 Allel Benbrahim <[email protected]>: > Hi, > I would like to add a new Entity other than (Place, Person, Organization, > Keyword, Concepts) and this in order to have it in our Project. This entity > will concerne our proper ontology. > can I ask you if you have any technical document which will help us to do it > ? > thanks a lot for your help . > best, > Allel BenBrahim > -- Fabian http://twitter.com/fctwitt
