Méthode | Description | |
---|---|---|
ParserWorker ( FdoCache cache, Action |
Initializes a new instance of the ParserWorker class.
|
|
ReloadGrammarAndLexicon ( ) : void | ||
TryAWord ( string sForm, bool fDoTrace, int sSelectTraceMorphs ) : void |
Try parsing a wordform, optionally getting a trace of the parse
|
|
UpdateWordform ( IWfiWordform wordform, ParserPriority priority ) : bool |
Méthode | Description | |
---|---|---|
DisposeManagedResources ( ) : void |
Méthode | Description | |
---|---|---|
CheckNeedsUpdate ( ) : void |
protected DisposeManagedResources ( ) : void | ||
Résultat | void |
public ParserWorker ( FdoCache cache, Action |
||
cache | FdoCache | |
taskUpdateHandler | Action |
|
idleQueue | IdleQueue | |
dataDir | string | |
Résultat | System |
public TryAWord ( string sForm, bool fDoTrace, int sSelectTraceMorphs ) : void | ||
sForm | string | the word form to parse |
fDoTrace | bool | whether or not to trace the parse |
sSelectTraceMorphs | int | list of msa hvos to limit trace to |
Résultat | void |
public UpdateWordform ( IWfiWordform wordform, ParserPriority priority ) : bool | ||
wordform | IWfiWordform | |
priority | ParserPriority | |
Résultat | bool |