-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
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
@talkto廖华 请问有没有好用的中文词汇的语义相似度计算工具或者包? #67
Comments
word2vec可能有用,支持中文 |
@杜振东_java 深夜总算完成了《glove入门实战》的码字工作,发出两张利用glove聚类的效果图,具体工作参考http://t.cn/RP0xXNx,代码在此http://t.cn/RP0xOx0,感谢@刘知远THU 老师提供关于glove的信息,并感谢@张成_ICT 的帮助,顺便@夏睿 老师和@章成志 老师,求下转发[哈哈] glove入门实战 http://blog.csdn.net/adooadoo/article/details/38505497 |
@刘知远THU 斯坦福Richard Socher在EMNLP2014发表新作:GloVe: Global Vectors for Word Representation 粗看是融合LSA等算法的想法,利用global word co-occurrence信息提升word vector学习效果,很有意思,在word analogy task上准确率比word2vec提升了11%。 http://t.cn/RPohHyc |
@张成_ICT @yongsun |
http://cs.tju.edu.cn/szdw/jsfjs/fengwei/papers/ICASSP2013_Nie/icassp2013.pdf http://www.keenage.com/ 知网 http://www.cs.york.ac.uk/semeval-2012/task4/index.php?id=contact |
@talkto廖华 请问有没有好用的中文词汇的语义相似度计算工具?答:多种分布式表示方法都可以计算语义相似度,中英文均可以处理。如近来的word2vec http://t.cn/RPOvesp 和glove。@刘知远THU 推荐ESA(Explicit semantic analysis),在稳定性上可能更优,一些开源项目和文章如下 http://t.cn/RPOvesj |
昊奋 |
@算文解字 |
感谢各位在[中文词汇的语义相似度计算]问答上的推荐, 整理了一下,看看还有什么要增补的? |
[资源整理 ] 中文词汇语义相似度计算方法与工具 https://github.com/memect/hao/blob/master/awesome/chinese-word-similarity.md 包括:python gensim,word2vector, GloVe, Explicit Semantic Analysis 资料卡片: http://hao.memect.com/?tag=ChineseWordSimilarity 感谢 @杜振东_java @刘知远THU @昊奋 @算文解字 @Mr_UnderWaterrrrrr @朱鉴 @西瓜大丸子汤 @董力at北航 @尘绳聋-SYSU |
original question
http://m.weibo.cn/1087795407/3741717855814097?sourceType=sms&from=1044195010&wm=4260_0001
@talkto廖华 请问有没有好用的中文词汇的语义相似度计算工具?答:多种分布式表示方法都可以计算语义相似度,中英文均可以处理。如近来的word2vec http://t.cn/RPOvesp 和glove。@刘知远THU 推荐ESA(Explicit semantic analysis),在稳定性上可能更优,一些开源项目和文章如下 http://t.cn/RPOvesj
http://www.weibo.com/5220650532/BhWdIDon6
@talkto廖华 请问有没有好用的中文词汇的语义相似度计算工具?答: 来自@算文解字 的补充答案:
The text was updated successfully, but these errors were encountered: