lemmaSemanticWeaverResult Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.TFModels.semanticCloudWeaver
public class lemmaSemanticWeaverResult
The lemmaSemanticWeaverResult type exposes the following members.
| Name | Description | |
|---|---|---|
| lemmaSemanticWeaverResult | Initializes a new instance of the lemmaSemanticWeaverResult class | |
| lemmaSemanticWeaverResult(lemmaSemanticCloud) | Initializes a new instance of the lemmaSemanticWeaverResult class |
| Name | Description | |
|---|---|---|
| appertiumNotes |
Gets or sets the appertium notes.
| |
| cloud |
Reference to the cloud being processed
| |
| cloudClassName |
Name of the cloud category / class name
| |
| linkRatioAfterDS |
Link per node ratio after apertiumSettings is applied
| |
| linkRatioAfterWS |
Link per node ratio after similarWords is applied
| |
| linkRatioInitial |
Link per node ratio, before lemmaSemanticWeaver processed the cloud
| |
| similarWords |
Results on word similarity
|
| 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.) | |
| Save |
Saves the report into text file in the folder, and returns path of the file
| |
| ToString |
Returns textual description on what was matched
(Overrides ObjectToString.) |