Click or drag to resize

textResourceResolverBase Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Base class for a resolver working with a lexical resource encoded in a text format
Inheritance Hierarchy

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public abstract class textResourceResolverBase

The textResourceResolverBase type exposes the following members.

Constructors
  NameDescription
Protected methodtextResourceResolverBase
Initializes a new instance of the textResourceResolverBase class
Top
Properties
  NameDescription
Protected propertygrammTagConverter
Public propertyisReady
Indicates if the instance is ready (connected to the resource file, have gram tag converter ready and etc)
Protected propertyresourceFileOperater
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetGramTagsFor
Gets grammatic tag collections for specified form, optionally narrowing the search by pos_type and/or lemma of preference
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInflectionGraph
Returns single lexicInflection graph, with different grammTags
Public methodGetLemmaFor
Returns single lemma for specified input word
Public methodGetLexicInflection
Quering the lexic inflections in parallel mode.
Public methodGetLexicQuery
Gets multi-lemma in type query graph
Protected methodGetSearchRegex
Builds the search regex pattern for inflected form needle, optionally for lemma needle and gram tag needle
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSelectFromLine
Parser for text resource lexic unit definition
Protected methodSetup
Prepares resource file for querying and loads the grammar tag converter specification
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberGENERAL_INFLECTION_SEARCH_LIMIT
Public fieldStatic memberGENERAL_LEXIC_QUERY_SEARCH_LIMIT
Public fieldStatic memberGENERAL_SEARCH_LIMIT
Default search limit when limit -1 is specified
Top
See Also