Click or drag to resize

multiLanguageEvaluation Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Results of multi language evaluation
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbNLP.Data.evaluatemultiLanguageEvaluation

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class multiLanguageEvaluation : imbBindable

The multiLanguageEvaluation type exposes the following members.

Constructors
  NameDescription
Public methodmultiLanguageEvaluation
Initializes a new instance of the multiLanguageEvaluation class
Top
Properties
  NameDescription
Public propertyallContentTokens
All proper content tokens that were extracted from the page content
Public propertyallTestedTokens
All tested tokens - valid or not
Public propertycomment
Public propertylanguageEnums
Gets or sets the language enums.
Public propertylanguageScore
Absolute score, without double matches - only words matched by single language is considered here
Public propertylanguageScoreList
Public propertymultiLanguageTokens
Dismissed tokens as they matched more than one language
Public propertynoLanguageTokens
Public propertyresult_language
Language that was detected
Public propertyresult_ratio
Language score / singleLanguageTokens count
Public propertysingleLanguageTokens
Valid tokens used in the final score evaluation
Public propertytask
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also