Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginTryAWord ( string sForm, bool fDoTrace ) : IAsyncResult |
place an asynchronous request for tracing the word
|
|
BeginTryAWord ( string sForm, bool fDoTrace, int sSelectTraceMorphs ) : IAsyncResult |
place an asynchronous request for tracing the word
|
|
GetAndClearNotification ( ) : string |
gives a notification string, if there is any.
|
|
GetQueueSize ( ParserPriority priority ) : int | ||
ParserConnection ( SIL.FieldWorks.FDO.FdoCache cache, IdleQueue idleQueue ) : System |
Initializes a new instance of the ParserConnection class. This will attempt to connect to an existing parser or start a new one if necessary.
|
|
ParserUpdateHandlerForPolling ( object sender, |
|
|
ReloadGrammarAndLexicon ( ) : void | ||
UpdateWordform ( IWfiWordform wordform, ParserPriority priority ) : void | ||
UpdateWordforms ( IEnumerable |
Method | Description | |
---|---|---|
DisposeManagedResources ( ) : void |
public BeginTryAWord ( string sForm, bool fDoTrace ) : IAsyncResult | ||
sForm | string | The word form to be parsed |
fDoTrace | bool | whether a trace is to be run or not |
return | IAsyncResult |
public BeginTryAWord ( string sForm, bool fDoTrace, int sSelectTraceMorphs ) : IAsyncResult | ||
sForm | string | The word form to be parsed |
fDoTrace | bool | whether a trace is to be run or not |
sSelectTraceMorphs | int | list of msa hvos to limit trace to |
return | IAsyncResult |
public GetQueueSize ( ParserPriority priority ) : int | ||
priority | ParserPriority | |
return | int |
public ParserConnection ( SIL.FieldWorks.FDO.FdoCache cache, IdleQueue idleQueue ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
idleQueue | IdleQueue | |
return | System |
public ParserUpdateHandlerForPolling ( object sender, |
||
sender | object | The sender. |
args | The |
|
return | void |
public UpdateWordform ( IWfiWordform wordform, ParserPriority priority ) : void | ||
wordform | IWfiWordform | |
priority | ParserPriority | |
return | void |
public UpdateWordforms ( IEnumerable |
||
wordforms | IEnumerable |
|
priority | ParserPriority | |
return | void |