dooothink

Results 2 issues of dooothink

I find the declaration and definiton of function get_time in src/utils/time.hpp, then I modify the parser.cpp add the follow code ``` #include "utils/time.hpp" #include std::function get_time = WallClockTimer::get_time; ``` c++...

src/parser/conllreader.h:54 call the function chomp(line); but no function named chomp in all the source files. In fact , trim should be called here. c++ ltp-version=3.4.0