TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Go-Freeling: Natural Language Processing in Go

80 点作者 cnbuff410将近 10 年前

7 条评论

andrewstuart2将近 10 年前
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 未加载
panamafrank将近 10 年前
There are no unit tests, and the only comments are odd bits of code. How do you know any of it works?
评论 #9673842 未加载
frik将近 10 年前
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> ?
hendler将近 10 年前
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>
nkozyra将近 10 年前
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.
hoare将近 10 年前
that&#x27;s awesome! im a little worried about test coverage though. Did you run some kinds of performance tests?
roscopcoltrane将近 10 年前
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 未加载