I'd suggest making sure it's go-gettable and will build following the instructions in the README when placed in the canonical go path ($GOPATH/github.com/advancedlogic/go-freeling). After fixing the paths, I'm still getting a cgo linking error with the mitie.h file.<p>Also, probably avoid using . imports, as it's considered a Go antipattern.<p>Seems really promising, but if you want it to become a project that the Go community can get behind and maintain, you'll probably want to make sure it's familiar and easy to get running. :-)
Very nice, something I have been looking for.<p>Please create a wiki with some more information and examples. Is there a training part involved? Does it support languages other than English, if so which data format or how to train the language model? Is there a WordNet integration? Or can I use the FreeLing website as reference <a href="http://nlp.lsi.upc.edu/freeling/index.php?option=com_content&task=view&id=12&Itemid=41" rel="nofollow">http://nlp.lsi.upc.edu/freeling/index.php?option=com_content...</a> ?
The newer versions of Freeling have a socket server you can use from any socket client. I wrote one as my first go project a while back<p><a href="https://github.com/Hendler/goling" rel="nofollow">https://github.com/Hendler/goling</a>
Excited to try this, although I don't immediately see what model format is used. I've been a bit surprised to see ML and NLP lag a bit on Go compared to rather swift adoption with other languages.