Apache OpenNLP: How do I implement a dictionary based entity recognition? -


i have downloaded jar files eclipse.

http://opennlp.apache.org/documentation/1.5.3/apidocs/opennlp-tools/index.html

how do following:

1.) able add own names , tags. 2.) able names , tags in dictionary. 3.) configure between case sensitive , insensitive.

for example, let's say, add name "mike smith" name tag "author".

if have text has name, should able recognize there along tag.

please give actual java code!!!

i have asked similar question here:

is possible conduct 'context analysis' precise entity extraction opennlp?

general concensus 2 steps, first identify if sentence contains author, second find name.

i in 1 step (where analysis of corpus includes words within way determine context of name)


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -