android - 离线拼写检查 API

标签 android nlp

我正在构建自己的自定义 IME,并希望包含拼写检查。是否有可用的离线拼写检查 API?

最佳答案

来自 API 指南:

The Android platform offers a spelling checker framework that lets you implement and access spell checking in your application. The framework is one of the Text Service APIs offered by the Android platform.

来源here .

您还可以在 SDK 示例文件夹中找到示例拼写检查器应用。

关于android - 离线拼写检查 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13995974/

相关文章:

android - 使 CustomView 可滚动

java - 在 Oreo 上使用 EditText 单击 FAB 时出现 IndexOutOfBoundsException

android - 如何正确关闭套接字及其InputStream?

android - 我们可以用 "requestCode"发送和获取 "registerForActivityResult"吗?

ruby - 格式化相对日期

android - 如何从我的应用程序链接到我在 Google Play 中的应用程序?

python - word2vec 嵌入上的 PCA

python - Doc2Vec找到相似的句子

python - 如何将 torch.Tensor 替换为 python 中的值

nlp - 词性标注后对单词进行词形还原会产生意想不到的结果