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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Stemmer – An English (Porter2) Stemming Implementation in Elixir

54 点作者 fredwu将近 9 年前

5 条评论

Isamu将近 9 年前
Interesting to see the Porter2 algorithm (<a href="http:&#x2F;&#x2F;snowballstem.org&#x2F;algorithms&#x2F;english&#x2F;stemmer.html" rel="nofollow">http:&#x2F;&#x2F;snowballstem.org&#x2F;algorithms&#x2F;english&#x2F;stemmer.html</a>), having also implemented a Porter stemmer ages ago myself.<p>But I have to ask, why are we still using this approach, which has known inaccuracies and quirks (in English)? Its one virtue is compactness, which in the old days was more important than accuracy.<p>But it is fun, I&#x27;ll grant you that.
评论 #12129047 未加载
thibaut_barrere将近 9 年前
&quot;Stemmer was built to support the Simple Bayes [1] library&quot;<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;fredwu&#x2F;simple_bayes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fredwu&#x2F;simple_bayes</a>
awetzel将近 9 年前
For those interested in the Stemming subject in Elixir, I made a simple Elixir wrapper around snowball implementations of stemmers : <a href="https:&#x2F;&#x2F;github.com&#x2F;awetzel&#x2F;stemex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;awetzel&#x2F;stemex</a><p>snowball -&gt; C -&gt; NIF -&gt; Elixir
qaq将近 9 年前
Nice to see Elixir ecosystem growing, congrats on cool release
gariany将近 9 年前
I&#x27;m sorry, but. why is this important? #therestoftheworld
评论 #12130611 未加载