Class DictionaryNameFinder

java.lang.Object
opennlp.tools.namefind.DictionaryNameFinder
All Implemented Interfaces:
opennlp.tools.namefind.TokenNameFinder

public class DictionaryNameFinder extends Object implements opennlp.tools.namefind.TokenNameFinder
This is a Dictionary based name finder. It scans text for names inside a provided dictionary.
  • Constructor Details

  • Method Details

    • find

      public opennlp.tools.util.Span[] find(String[] textTokenized)
      Specified by:
      find in interface opennlp.tools.namefind.TokenNameFinder
    • clearAdaptiveData

      public void clearAdaptiveData()
      Specified by:
      clearAdaptiveData in interface opennlp.tools.namefind.TokenNameFinder