Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个类似于 android 4.1 的单词预测的客户端。我已经为引擎构建了所有代码,以接收任何类型的文本文件并对其进行解析,以便在预测中使用这些句子作为参考。
我计划使用用户的 SMS 对话作为参考,但我还需要一些基本文本文件来最初使用。关于一个好的文本对话源来解析和进行单词预测的任何想法?
我会简单地抓取推特样本流,制作一个简单的语言过滤器并存储文本数据。推文在文本上类似于 SMS,而且 twitter API 很容易学习。
https://dev.twitter.com/docs/streaming-apis/streams/public