Hi David, Thank you for your response. I actually wrote annotators that find useful things. Is there a way you can get access to those annotators from your aggregate analysis engine that get produced by UIMAFramework? I could do a work around and only pass the text that I am interested in parsing. However, my solution is required to be within the UIMA framework. Thanks again! Ahmed
On Mon, Jul 7, 2008 at 2:11 PM, David Buttler <[EMAIL PROTECTED]> wrote: > This seems very straight-forward to me. My approach may not be the most > efficient, but I would > 1) write a wrapper around the ConceptMapper code so that you only pass it > spans of text that you would find useful. 2) write a post processing filter > that throws away any tag that occurs in a region of the text that you think > is inappropriate (e.g. if you do not want to tag a verb) > > All of this would most easily be put into a single processing component so > you don't have unwanted annotations in your CAS > > Dave > > > > Ahmed Abdeen Hamed wrote: > >> Hello, >> I have a quick question about the ConceptMapper project. How can I apply >> dictionary terms to a certain part of a document? For example, if you have >> documents that have titles and abstracts and you need only to find terms >> that appear in the abstract not the title, how do you do that? Also, if >> you >> would like to apply a filter such as detecting a certain POS like names vs >> verbs. How would you approach this problem? Are there examples that I can >> take a look at? Please let me know if you have an answer for me. >> Thanks in advance! >> Ahmed >> >> >> > >
