wordSimilarityComponent Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.analysis
public class wordSimilarityComponent
The wordSimilarityComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| wordSimilarityComponent |
Initializes a new instance of the wordSimilarityComponent class.
|
| Name | Description | |
|---|---|---|
| equation |
Gets or sets the equation.
| |
| gramConstruction |
Gets or sets the gram construction.
| |
| N |
Gets or sets the n.
| |
| treshold |
Gets or sets the output treshold.
|
| 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.) | |
| GetResult(IEnumerableString) | ||
| GetResult(String, String) |
Gets the similarity coeficient from 0 to 1
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |