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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Languagecrunch – NLP server Docker image

152 点作者 artpar超过 7 年前

7 条评论

syllogism超过 7 年前
Nice!<p>Relevant links for anyone interested:<p>* spaCy on Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;explosion&#x2F;spacy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;explosion&#x2F;spacy</a><p>* NER demo: <a href="https:&#x2F;&#x2F;demos.explosion.ai&#x2F;displacy-ent&#x2F;" rel="nofollow">https:&#x2F;&#x2F;demos.explosion.ai&#x2F;displacy-ent&#x2F;</a><p>* Neural coref by HuggingFace: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;coref&#x2F;" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;coref&#x2F;</a><p>* Accuracy of built-in spaCy models: <a href="https:&#x2F;&#x2F;spacy.io&#x2F;usage&#x2F;facts-figures" rel="nofollow">https:&#x2F;&#x2F;spacy.io&#x2F;usage&#x2F;facts-figures</a><p>Last time I calculated, the lowest cost way to run spaCy in the cloud was on Google Compute Engine ns1-standard pre-emptable instances. It should be over 100x cheaper per document than using Google, Amazon or Microsoft&#x27;s cloud NLP APIs. Accuracy will depend on your problem, but if you have your own training data, performance should be similar.
评论 #16145194 未加载
评论 #16148108 未加载
评论 #16152143 未加载
评论 #16145280 未加载
ivan_ah超过 7 年前
What do you need on the docker host machine to run this? Any specific docker version? GPU?<p>Also, it would be useful to see the Dockerfile or script that generated this img.
评论 #16145257 未加载
tobilg超过 7 年前
Seems interesting! How can it be used with other languages than English?
评论 #16145704 未加载
评论 #16145703 未加载
评论 #16145676 未加载
laretluval超过 7 年前
The demo examples are wrong or don&#x27;t make much sense.<p>&quot;Donald Trump&#x27;s administration&quot; is not a person.<p>In the following example, &quot;The currency&quot; is not a subject and &quot;India&quot; is not an object.<p>I don&#x27;t know how much useful information is extracted by this system.
评论 #16145733 未加载
评论 #16145772 未加载
artpar超过 7 年前
Source on github: <a href="https:&#x2F;&#x2F;github.com&#x2F;artpar&#x2F;languagecrunch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;artpar&#x2F;languagecrunch</a>
stevemk14ebr超过 7 年前
@artpar can you post some docs on the endpoints and how they should be used. I want to tie this into a speech to text system but i need more api info
评论 #16148644 未加载
zengid超过 7 年前
Cool! What corpus was this trained on?
评论 #16145914 未加载
评论 #16145868 未加载