edu.stanford.nlp.ling.tokensregex
Class CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult<T>
      extended by edu.stanford.nlp.ling.tokensregex.SequenceMatcher<T>
          extended by edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher<CoreMap>
              extended by edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher
All Implemented Interfaces:
SequenceMatchResult<CoreMap>, HasInterval<java.lang.Integer>, java.util.regex.MatchResult
Enclosing class:
CoreMapSequenceMatcher<T extends CoreMap>

public static class CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher
extends CoreMapSequenceMatcher<CoreMap>


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher
 
Nested classes/interfaces inherited from class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
SequenceMatcher.BasicMatchReplacement<T>, SequenceMatcher.FindType, SequenceMatcher.GroupMatchReplacement<T>, SequenceMatcher.MatchReplacement<T>, SequenceMatcher.NamedGroupMatchReplacement<T>
 
Nested classes/interfaces inherited from class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
BasicSequenceMatchResult.MatchedGroup
 
Nested classes/interfaces inherited from interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
SequenceMatchResult.GroupToIntervalFunc<MR extends java.util.regex.MatchResult>, SequenceMatchResult.MatchedGroupInfo<T>
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
COREMAP_LIST_TO_STRING_CONVERTER
 
Fields inherited from interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
DEFAULT_COMPARATOR, GROUP_AFTER_MATCH, GROUP_BEFORE_MATCH, LENGTH_COMPARATOR, OFFSET_COMPARATOR, ORDER_COMPARATOR, SCORE_COMPARATOR, SCORE_LENGTH_ORDER_OFFSET_COMPARATOR, TO_INTERVAL
 
Fields inherited from interface edu.stanford.nlp.util.HasInterval
CONTAINS_FIRST_ENDPOINTS_COMPARATOR, ENDPOINTS_COMPARATOR, NESTED_FIRST_ENDPOINTS_COMPARATOR
 
Constructor Summary
CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher(SequencePattern pattern, CoreMap annotation)
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
annotateGroup, annotateGroup, getMergedList, getMergedList, mergeGroup, mergeGroup
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
end, find, find, find, findAllNonOverlapping, findMatchStart, findMatchStartBacktracking, findMatchStartNoBacktracking, get, getFindType, groupInfo, groupMatchResult, groupMatchResults, groupNodes, groupValue, isMatchWithResult, matches, nodeMatchResult, region, regionEnd, regionStart, replaceAll, replaceAllExtended, replaceFirst, replaceFirstExtended, reset, setFindType, setMatchWithResult, start, toBasicSequenceMatchResult
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
copy, elements, end, end, getInterval, getOrder, group, group, group, groupCount, groupInfo, groupInfo, groupMatchResult, groupMatchResults, groupMatchResults, groupNodes, groupNodes, groupValue, groupValue, pattern, score, setOrder, start, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher

public CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher(SequencePattern pattern,
                                                          CoreMap annotation)


Stanford NLP Group