摘要: 看完了才发现作者是经济管理学院的。 这是篇08年的论文。 目前国内外对于中文分词的主要研究成果分为以下几种:正向最大匹配法、反向最大匹配方法、分词与词性标注一体化方法、最佳匹配法、专家系统方法、最少分词词频选择方法、神经网络方法等。 ICTCLAS( Institute of Com... 阅读全文
posted @ 2015-11-02 16:02 StevenLuke 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 全文检索技术 全文检索是一种面向全文和提供全文的检索技术, 其核心技术是将文档中所有基本元素的出现信息记录到索引库中, 检索时允许用户采用自然语言表达其检索需求, 并借助截词、邻词等匹配方法直接查阅文献原文信息, 最后将检索结果按相关度排序返回给用户。因而索引数据库的建立是... 阅读全文
posted @ 2015-11-02 15:32 StevenLuke 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 贪心 #include #include using namespace std;bool cmp(const int &a, const int &b) { return a > b;}int main() { int l, n, i, ans, ids, sum; int d[600]; ... 阅读全文
posted @ 2015-11-02 13:24 StevenLuke 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 贪心 #include #include using namespace std;struct jewelry { int price; int volume; bool operator A.price; } }buf[101];int main() { int v, n, i, ans... 阅读全文
posted @ 2015-11-02 13:09 StevenLuke 阅读(87) 评论(0) 推荐(0) 编辑