Package: listquestion - 11791-04/project-team04 GitHub Wiki
This class serves as a toolkit to the UIMA analysis engine class descriptorimpl.ListQuestionEntityExtractor_AE. It offers methods for extracting Bio entities from pieces of raw texts. It needs to be initialized with a set of abstract texts from different documents. It also uses the unigram model to do entity filtering.
Outline:
- smoothing : double
- queryTermSet : Set
- query : String[]
- absMap : Map<String, String[]>
- termDFMap : Map<String, Integer>
- termDocLocMap : Map<String, Map<String, List>>
- ListNER_Analyser(String, Map<String, String[]>)
- getNEList(int)
- getNearbyNEs(String, int)
- getNearbyNEs(String, String, int)