摘要:
非类型模版类型模版类模版函数模版一。非类型模版#include using namespace std;templateclass Index{ public: int operator[](char vchar) { return vchar % Size; }};int main(){ Index index; cout using namespace std;templateclass trie{ public: trie(Type val_1, Type val_2) : num_1(val_1), num_2(val... 阅读全文
posted @ 2014-03-14 23:31
jihite
阅读(955)
评论(0)
推荐(0)
摘要:
代码#include using namespace std;templateclass Index{ public: int operator[](char vchar) { return vchar % Size; }};int main(){ Index index; cout 声明此参数 阅读全文
posted @ 2014-03-14 22:28
jihite
阅读(260)
评论(0)
推荐(0)
摘要:
安装系统需要安装Java1.6+http://nlp.stanford.edu/software/tagger.shtml下载Download full Stanford Tagger version 3.3.1[155 MB]使用说明标注器有三个模式:标注、训练、测试这里我们用已经训练好的标注模型, 对于中文有两个(model目录下)chinese-distsim.tagger(性能比较好)chinese-nodistsim.tagger二者区别使用java -mx300m -classpath stanford-postagger.jar edu.stanford.nlp.tagger.m 阅读全文
posted @ 2014-03-14 11:20
jihite
阅读(10633)
评论(3)
推荐(0)

浙公网安备 33010602011771号