Package org.apache.tika.parser.geo.topic
Class NameEntityExtractor
- java.lang.Object
-
- org.apache.tika.parser.geo.topic.NameEntityExtractor
-
public class NameEntityExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description NameEntityExtractor(opennlp.tools.namefind.NameFinderME nameFinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getAllNameEntitiesfromInput(InputStream stream)
void
getBestNameEntity()
-
-
-
Constructor Detail
-
NameEntityExtractor
public NameEntityExtractor(opennlp.tools.namefind.NameFinderME nameFinder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getAllNameEntitiesfromInput
public void getAllNameEntitiesfromInput(InputStream stream) throws IOException
- Throws:
IOException
-
getBestNameEntity
public void getBestNameEntity()
-
-