LOL... the name is indeed a little bit misleading
Do you mean liblinear for C? actually, the original liblinear is written in C, and it has both binary executable and library file for advanced using.
please ref to: https://www.csie.ntu.edu.tw/~cjlin/liblinear/
ATS might be close to what you want, but its more ML than C. If you use any language with linear types I would be very curious of anecdotes you may have to share, more so if you have used them in anger.
There is linearML but sadly the development slowed down once pikatchu got hired by facebook.
9 comments
[ 4.8 ms ] story [ 14.9 ms ] threadhttps://github.com/danieldk/golinear
These are API-stable and have been used in a couple of projects for some time, including my dependency parser:
https://github.com/danieldk/dpar
Glancing at the API docs, it seems that golinear is definitely more mature/extensive:
https://godoc.org/github.com/danieldk/golinear https://godoc.org/github.com/lazywei/lineargo
There is linearML but sadly the development slowed down once pikatchu got hired by facebook.