Albert J. Wong
Albert J. Wong
I was torn on whether or not to update the instructions to use `virtualenv`. It's a bit more hermetic and would remove some of the weirdnesses across platforms, needing sudo,...
@ecprice You still seem to be active since I saw a commit from you just recently, but there also seem to be small pull requests that are over a 3...
Is there a real thing to compare here? AFAICT, the only dynamic allocations are for the dictionary struct and then the hmm state struct. Most everything else seems stack-based, and...
API-wise, Jieba should expose a `struct HmmModel` like proposed in #92. However, unlike in the PR, it might be better to go further and take the HmmModel ownership/reference out of...
Would love to see this merged. It's bugging me too. Either way, this fix should go in. As for macro based construction... is there an alternate pattern for C? From...