TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go-Freeling: Natural Language Processing in Go

80 pointsby cnbuff410almost 10 years ago

7 comments

andrewstuart2almost 10 years ago
I&#x27;d suggest making sure it&#x27;s go-gettable and will build following the instructions in the README when placed in the canonical go path ($GOPATH&#x2F;github.com&#x2F;advancedlogic&#x2F;go-freeling). After fixing the paths, I&#x27;m still getting a cgo linking error with the mitie.h file.<p>Also, probably avoid using . imports, as it&#x27;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&#x27;ll probably want to make sure it&#x27;s familiar and easy to get running. :-)
评论 #9673616 未加载
panamafrankalmost 10 years ago
There are no unit tests, and the only comments are odd bits of code. How do you know any of it works?
评论 #9673842 未加载
frikalmost 10 years ago
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:&#x2F;&#x2F;nlp.lsi.upc.edu&#x2F;freeling&#x2F;index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=41" rel="nofollow">http:&#x2F;&#x2F;nlp.lsi.upc.edu&#x2F;freeling&#x2F;index.php?option=com_content...</a> ?
hendleralmost 10 years ago
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:&#x2F;&#x2F;github.com&#x2F;Hendler&#x2F;goling" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Hendler&#x2F;goling</a>
nkozyraalmost 10 years ago
Excited to try this, although I don&#x27;t immediately see what model format is used. I&#x27;ve been a bit surprised to see ML and NLP lag a bit on Go compared to rather swift adoption with other languages.
hoarealmost 10 years ago
that&#x27;s awesome! im a little worried about test coverage though. Did you run some kinds of performance tests?
roscopcoltranealmost 10 years ago
Why is it underhanded to let a user know that his government is censoring&#x2F;surveiling his posts? This should be the freedom-c contest.
评论 #9673224 未加载