ILemmaCollection Interface |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.TFModels
public interface ILemmaCollection
The ILemmaCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the count.
| |
| description |
Gets or sets the description.
| |
| filepath |
Gets or sets the filepath.
| |
| Item |
Gets the webLemmaTerm with the specified key.
| |
| name |
Gets or sets the name.
|
| Name | Description | |
|---|---|---|
| Add |
Adds the specified term.
| |
| Clear |
Clears this instance.
| |
| ContainsKey |
Determines whether the specified key contains key.
| |
| GetList |
Gets the list.
| |
| GetMatchingTerms |
Gets the matching terms.
| |
| ResolveLemmaForTerm |
Resolves the lemma for term.
| |
| ResolveSingleTerm |
Returns weight of the term, use this where possible instead of ResolveLemmaForTerm(String, ILogBuilder) | |
| Save |
Saves the specified filepath.
|