crfs-rs
crfs-rs copied to clipboard
Use ndarray for matrix operations
trafficstars
https://github.com/rust-ndarray/ndarray
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:
Not much has changed, I think it's the Context code.
https://github.com/messense/crfs-rs/blob/dcd02b5bd5b552e8e5748e93491fd1664809e538/src/context.rs#L26-L100