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.
我正在尝试在 python 的帮助下进行短信标准化
假设请求是“btw m ngg home” 它应该把它翻译成“顺便说一句我要回家”
有人可以告诉我一些我可以应用的逻辑吗?我可以将 NLP 用于相同的目的吗?如果可以,那么如何?
只需设置您希望翻译的快捷方式词典,拆分您的消息,替换词典中的任何匹配项并加入。