Property | Type | Description | |
---|---|---|---|
m_xample |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( ) : void | ||
LoadFiles ( string fixedFilesDir, string dynamicFilesDir, string databaseName ) : void | ||
ParseWord ( string wordform ) : string | ||
SetParameter ( string name, string value ) : void | ||
TraceWord ( string wordform, string selectedMorphs ) : string |
Method | Description | |
---|---|---|
Dispose ( bool fDisposing ) : void |
public LoadFiles ( string fixedFilesDir, string dynamicFilesDir, string databaseName ) : void | ||
fixedFilesDir | string | |
dynamicFilesDir | string | |
databaseName | string | |
return | void |
public ParseWord ( string wordform ) : string | ||
wordform | string | |
return | string |
public SetParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public TraceWord ( string wordform, string selectedMorphs ) : string | ||
wordform | string | |
selectedMorphs | string | |
return | string |