Click or drag to resize

semanticLexiconManagerSettings Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.semanticLexiconManagerSettings"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      aceSettingsBase
        aceSettingsStandaloneBase
          imbNLP.Data.semanticLexiconsemanticLexiconManagerSettings

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
[XmlIncludeAttribute(typeof(aceSettingsBase))]
[XmlIncludeAttribute(typeof(aceSettingsStandaloneBase))]
public class semanticLexiconManagerSettings : aceSettingsStandaloneBase

The semanticLexiconManagerSettings type exposes the following members.

Constructors
  NameDescription
Public methodsemanticLexiconManagerSettings
Initializes a new instance of the semanticLexiconManagerSettings class
Top
Properties
  NameDescription
Public propertydoAllowLexiconSaveOnExplore
If true it will allow newly discovered TermLemma and TermInstances to be saved into triplestore
Public propertydoAutoexplore
When True it will automatically explore for undefined terms
Public propertydoAutoMakeSynonymRelationship
If set true it will automatically make synonym and conceptual links between newly added Terms
Public propertyDoInMemoryCache
It will keep in memory cache of query term vs lemmas
Public propertyDoPreloadLexicon
It will preload complete Lexicon at startup / prepare() call
Public propertydoQueryPreprocess
If true it will perform preprocessing steps over each term query sent to semanticLexiconCache resolver
Public propertydoResolveWordsInDebugMode
If true it will do token resolving procedure in the Debug mode, generating CSV and txt reports for each lemma
Protected propertypath_with_filename_settings (Inherited from aceSettingsStandaloneBase.)
Public propertysettings_filepath (Overrides aceSettingsStandaloneBase.settings_filepath.)
Public propertysourceFiles
Public propertytermExpansionDefault
Default value of term expansion
Public propertywasLoaded (Inherited from aceSettingsBase.)
Top
Methods
  NameDescription
Public methodcheckDefaults
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad (Inherited from aceSettingsStandaloneBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodPoke (Inherited from aceSettingsStandaloneBase.)
Public methodSave (Inherited from aceSettingsStandaloneBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also