We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://leeee.top/2020/CS224n-12/
Subword Models 解决OOV问题 OOV: out-of-vocabulary即单词不在词汇库里的情况之前的模型都是基于单词层面的,但是对于一个新单词“asd”没有解决方案。一个朴素的想法就是“拆分”,把长单词拆成几个单词的组合。相对于中文来说,就是一个新的词组去按照每个字的意思去理解单词的意思。下面是解决方案。
The text was updated successfully, but these errors were encountered:
支持元哥!
Sorry, something went wrong.
😁😁😁
No branches or pull requests
https://leeee.top/2020/CS224n-12/
Subword Models 解决OOV问题 OOV: out-of-vocabulary即单词不在词汇库里的情况之前的模型都是基于单词层面的,但是对于一个新单词“asd”没有解决方案。一个朴素的想法就是“拆分”,把长单词拆成几个单词的组合。相对于中文来说,就是一个新的词组去按照每个字的意思去理解单词的意思。下面是解决方案。
The text was updated successfully, but these errors were encountered: