multiLanguageEvaluation Class |
Namespace: imbNLP.Data.evaluate
public class multiLanguageEvaluation : imbBindable
The multiLanguageEvaluation type exposes the following members.
| Name | Description | |
|---|---|---|
| multiLanguageEvaluation | Initializes a new instance of the multiLanguageEvaluation class |
| Name | Description | |
|---|---|---|
| allContentTokens |
All proper content tokens that were extracted from the page content
| |
| allTestedTokens |
All tested tokens - valid or not
| |
| comment | ||
| languageEnums |
Gets or sets the language enums.
| |
| languageScore |
Absolute score, without double matches - only words matched by single language is considered here
| |
| languageScoreList | ||
| multiLanguageTokens |
Dismissed tokens as they matched more than one language
| |
| noLanguageTokens | ||
| result_language |
Language that was detected
| |
| result_ratio |
Language score / singleLanguageTokens count
| |
| singleLanguageTokens |
Valid tokens used in the final score evaluation
| |
| task |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPropertyChanged | (Inherited from dataBindableBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from dataBindableBase.) |