LinearGo now supports Go 1.6
github.com
LinearGo now supports Go 1.6
1–10 of 10 posts
Re: LinearGo now supports Go 1.6
#2https://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
Re: LinearGo now supports Go 1.6
#3Re: LinearGo now supports Go 1.6
#4Note that my golinear bindings have been around for ~3.5 years: https://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/linea…
Re: LinearGo now supports Go 1.6
#5The title had me excited that this was going to be Go extended with a linear type system. Speaking of: is there a linear C variant?
Re: LinearGo now supports Go 1.6
#6The title had me excited that this was going to be Go extended with a linear type system. Speaking of: is there a linear C variant?
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/
Re: LinearGo now supports Go 1.6
#7Note that my golinear bindings have been around for ~3.5 years: https://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/linea…
awesome! actually i did this for learning cgo and for my own project's purpose. it would be great to see there are some better options :-)
Re: LinearGo now supports Go 1.6
#8Re: LinearGo now supports Go 1.6
#9Now whever I read about Go I wonder if it's a program that plays Go or the language!
Re: LinearGo now supports Go 1.6
#10The title had me excited that this was going to be Go extended with a linear type system. Speaking of: is there a linear C variant?
There is linearML but sadly the development slowed down once pikatchu got hired by facebook.