mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
Fix learning type example
This commit is contained in:
@ -24,7 +24,7 @@ let options = ConvertRequestOptions.withDefaultDictionary(
|
||||
requireJapanesePrediction: true,
|
||||
requireEnglishPrediction: true,
|
||||
keyboardLanguage: .ja_JP,
|
||||
learningType: .temporary,
|
||||
learningType: .inputAndOutput,
|
||||
memoryDirectoryURL: documents,
|
||||
sharedContainerURL: documents
|
||||
)
|
||||
|
Reference in New Issue
Block a user