Method | Description | |
---|---|---|
Create ( string predictorName ) : IWordPredictorEngine | ||
CreateAsync ( string predictorName ) : Task |
||
Release ( IWordPredictorEngine engine ) : void | ||
SybilleWordPredictorEngineFactory ( Func |
||
SybilleWordPredictorEngineFactory ( Func |
Method | Description | |
---|---|---|
DoCreate ( string predictorName, string pluginResourcePath, string userPath, IService |
||
EnsureFileCopy ( string sourcePath, string destDirectoryPath, string fileName ) : string | ||
EnsureFileCreation ( string userPath, string fileName ) : string |
public Create ( string predictorName ) : IWordPredictorEngine | ||
predictorName | string | |
return | IWordPredictorEngine |
public CreateAsync ( string predictorName ) : Task |
||
predictorName | string | |
return | Task |
public Release ( IWordPredictorEngine engine ) : void | ||
engine | IWordPredictorEngine | |
return | void |
public SybilleWordPredictorEngineFactory ( Func |
||
pluginResourceDirectory | Func |
|
userPath | Func |
|
predictorFeature | IService |
|
return | System |
public SybilleWordPredictorEngineFactory ( Func |
||
pluginResourceDirectory | Func |
|
predictorFeature | IService |
|
return | System |