Свойство | Тип | Описание | |
---|---|---|---|
AddKeysFrom | void | ||
GetSearchKeysFromSense | HashSet | ||
PutDomainInDesiredBucket | void |
Метод | Описание | |
---|---|---|
SenseSearchStrategy ( FdoCache cache, ILexSense sense ) : System |
Create and setup a search for keywords from a LexSense in the Semantic Domain list.
|
Метод | Описание | |
---|---|---|
DoesInputMatchWord ( IEnumerable |
Looks through a list of words and searches with multiple keys to find the best matching result between keys and words.
|
|
GetDomainNameString ( ICmSemanticDomain domain ) : string |
Get the text from a Semantic Domain's Name field. This version uses AnalysisDefault ws which may not always have a value (i.e. be prepared for a null return value).
|
|
GetExampleWordTextFromDomainQuestion ( ICmDomainQ questionObject ) : string |
For one Semantic Domain question, return the text of the Example Words field. This subclass version uses AnalysisDefault, which could have a null value (i.e. be prepared to handle a null return value).
|
Метод | Описание | |
---|---|---|
AddKeysFrom ( IMultiAccessorBase ms, Dictionary |
For each ws in ms, add to the set of strings under that key in results the words from that alternative. If the alternative contains more than maxWords words, skip it.
|
|
GetSearchKeysFromSense ( ) : HashSet |
||
PutDomainInDesiredBucket ( ICmSemanticDomain domain ) : void |
protected DoesInputMatchWord ( IEnumerable |
||
wordsToLookIn | IEnumerable |
|
Результат | MatchingResult |
protected GetDomainNameString ( ICmSemanticDomain domain ) : string | ||
domain | ICmSemanticDomain | |
Результат | string |
protected GetExampleWordTextFromDomainQuestion ( ICmDomainQ questionObject ) : string | ||
questionObject | ICmDomainQ | |
Результат | string |
public SenseSearchStrategy ( FdoCache cache, ILexSense sense ) : System | ||
cache | FdoCache | |
sense | ILexSense | |
Результат | System |