메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Predict ( string rawContext, int maxSuggestedWords ) : ICKReadOnlyList |
||
PredictAsync ( string rawContext, int maxSuggestedWords ) : Task |
||
SybilleWordPredictorEngine ( IService |
||
SybilleWordPredictorEngine ( IService |
메소드 | 설명 | |
---|---|---|
InternalPredict ( string rawContext, int maxSuggestedWords, int &retryCount ) : ICKReadOnlyList |
||
LoadSybilleWordPredictor ( string languageFileName, string userLanguageFileName, string userTextsFileName ) : void | ||
LoadSybilleWordPredictor ( string languageFileName, string userLanguageFileName, string userTextsFileName, string semMatrix, string semWords, string semLambdas ) : void | ||
OnWordPredictionFeaturePropertyChanged ( object sender, System e ) : void | ||
RetryPredict ( string rawContext, int maxSuggestedWords, int &retryCount ) : ICKReadOnlyList |
public Predict ( string rawContext, int maxSuggestedWords ) : ICKReadOnlyList |
||
rawContext | string | |
maxSuggestedWords | int | |
리턴 | ICKReadOnlyList |
public PredictAsync ( string rawContext, int maxSuggestedWords ) : Task |
||
rawContext | string | |
maxSuggestedWords | int | |
리턴 | Task |
public SybilleWordPredictorEngine ( IService |
||
wordPredictionFeature | IService |
|
languageFileName | string | |
userLanguageFileName | string | |
userTextsFileName | string | |
리턴 | System |
public SybilleWordPredictorEngine ( IService |
||
wordPredictionFeature | IService |
|
languageFileName | string | |
userLanguageFileName | string | |
userTextsFileName | string | |
semMatrix | string | |
semWords | string | |
semLambdas | string | |
리턴 | System |