com.bericotech.clavin.extractor
Interface LocationExtractor

All Known Implementing Classes:
ApacheExtractor

public interface LocationExtractor

Simple interface for location name extraction capabilities to be provided by third-party named entity recognition tools.


Method Summary
 List<LocationOccurrence> extractLocationNames(String plainText)
          Extracts a list of location names found in unstructured text.
 

Method Detail

extractLocationNames

List<LocationOccurrence> extractLocationNames(String plainText)
Extracts a list of location names found in unstructured text.

Parameters:
plainText - source of location names to be extracted
Returns:
list of location occurrences


Copyright © 2013 Berico Technologies. All rights reserved.