Re: Consuming RDF ontologies as dictionaries

2011-11-02 Thread Nicolas Hernandez
Hi Spico, for sure it is possible with UIMA. For now, you have components in the sandbox (like the Dictionary Annotator or the Concept Mapper Annotator) which aims at recognizing text forms in a text from dictionaries. Personaly, I was not satisfied by the current solutions (either too simple

Re: Consuming RDF ontologies as dictionaries

2011-11-02 Thread Michael Tanenblatt
Just FYI regarding ConceptMapper: one of the key design points of ConceptMapper is that *any* tokenizer annotator can be used--the one supplied is just an example--and you can set it up so that that tokenizer is also used to tokenize your dictionary, to minimize missed matches due to differing

Re: Consuming RDF ontologies as dictionaries

2011-11-02 Thread Spico Florin
Hello! Thank you for your answers. I have an RDF with the entities organized in hierarchies: Organization I Competitor |- Volvo I- Renault I- Mercedes Each competitor competes on different car models Car_Model |-class A |-class C etc. Here is my use case: 1.

Re: Running Collection Processor Engine as Rest Web Service

2011-11-02 Thread Jens Grivolla
I'm not sure how you would want to expose that functionality. Since input and output would be done through the API, those are basically your Reader and your Consumer. How would you expose other CollectionReaders and CasConsumers as a web service? AAEs are obviously no problem, since they are