LikePhraseMatcher Class

NReco.NLQuery Class Library Documentation
Matches alike phrase (some words in any order).
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersLikePhraseMatcher

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

public class LikePhraseMatcher : IMatcher

The LikePhraseMatcher type exposes the following members.

Constructors

  NameDescription
Public methodLikePhraseMatcher
Initializes a new instance of the LikePhraseMatcher class
Top
Properties

  NameDescription
Public propertyFirstPassOnly
Public propertyScoreWeightByTotalLength
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
Fields

  NameDescription
Protected fieldGetMatch
Protected fieldTotalPhraseLength
Top
See Also

Reference