messense / crfs-rs

Pure Rust port of CRFsuite: a fast implementation of Conditional Random Fields (CRFs)
MIT License
27 stars 11 forks source link

Use ndarray for matrix operations #1

Open messense opened 3 years ago

messense commented 3 years ago

https://github.com/rust-ndarray/ndarray

xd009642 commented 2 years ago

Just before I start looking into this is it still necessary (I notice the issue is >1 year old and code has obviously changed since then), and if so where in the code should I start looking :eyes:

messense commented 2 years ago

Not much has changed, I think it's the Context code.

https://github.com/messense/crfs-rs/blob/dcd02b5bd5b552e8e5748e93491fd1664809e538/src/context.rs#L26-L100