oliverwang

Results 3 issues of oliverwang

``` /* * TextRank.hpp * * Created on: 2015年7月7日 * Author: oliverlwang */ #ifndef TEXTRANK_H_ #define TEXTRANK_H_ #include "UndirectWeightedGraph.hpp" namespace CppJieba { class TextRank { public: TextRank() : _span(2) {};...

enhancement

xlearn required setting num_feature at first,but we do not know the num_features in the future due to online learning scene