随笔分类 - 我的翻译
摘要:翻译 | Placing Search in Context The Concept Revisited 原文 摘要 [1] Keyword based search engines are in widespread use today as a popular means for Web bas
阅读全文
摘要:翻译 | Improving Distributional Similarity with Lessons Learned from Word Embeddings 叶娜老师说:“读懂论文的最好方法是翻译它”。我认为这是很好的科研训练,更加适合一个陌生领域的探索。因为论文读不懂,我总结无非是因为这个
阅读全文
摘要:翻译 Improved Word Representation Learning with Sememes 题目 Improved Word Representation Learning with Sememes 融合义原知识的词汇表示学习 摘要 Abstract Sememes are mini
阅读全文
摘要:公有成员函数 std::list::remove 删除与给定值相等的元素 从容器中删除所有与 val 值相等的元素。list::remove 函数删除给定元素时,会调用被删除对象的析构函数,并且缩小相应大小的容器 size 。 list::remove 与另一个成员函数 list::erase 不同
阅读全文
摘要:函数模板 std::remove 头文件<algorithm> 从一个范围中删除某值 [注释:本文是 std::remove 算法的参考手册,关于 <cstdio.h> 头文件下的 remove 函数,请参见:http://www.cplusplus.com/reference/cstdio/rem
阅读全文