messense
messense
Not much has changed, I think it's the `Context` code. https://github.com/messense/crfs-rs/blob/dcd02b5bd5b552e8e5748e93491fd1664809e538/src/context.rs#L26-L100
I'd love to have model training support in `crfs-rs`, but it will certainly take much more time than implementing prediction. For now, you can use the C binding [crfsuite-rs](https://github.com/messense/crfsuite-rs) to...
There is already a LBFGS Rust port https://github.com/ybyygu/rust-lbfgs , we could use it when porting the training part.
I need this functionality in a project, any progress on this? Any plan to move forward? Thanks!
There is https://github.com/3442/blown-fuse , but it's linux only.
I think it might be doable with #61 ?
But the variants support should be able to use different `assets` configuration for `-dbg` variant, so you can omit the binary and put debug symbols in it instead?
Right, there are lots of improvements can be done.
Hello,我最近写了个 Python 的封装:https://github.com/messense/cjieba-py
最近写了个:https://github.com/messense/cjieba-py