crfs-rs icon indicating copy to clipboard operation
crfs-rs copied to clipboard

Use ndarray for matrix operations

Open messense opened this issue 4 years ago • 2 comments
trafficstars

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

messense avatar Feb 02 '21 09:02 messense

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:

xd009642 avatar Jul 21 '22 11:07 xd009642

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

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

messense avatar Jul 21 '22 11:07 messense