MergePhraseMatcherT Class

NReco.NLQuery Class Library Documentation
Merges sequence of similar matches into one.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersMergePhraseMatcherT

Namespace:  NReco.NLQuery.Matchers
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public class MergePhraseMatcher<T> : IMatcher
where T : Match

Type Parameters

T

The MergePhraseMatcherT type exposes the following members.

Constructors

  NameDescription
Public methodMergePhraseMatcherT
Initializes a new instance of the MergePhraseMatcherT class
Top
Properties

  NameDescription
Public propertyFirstPassOnly
Top
Methods

  NameDescription
Public methodA
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMatches
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference