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