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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to start with NLP

18 点作者 arrmn大约 8 年前
It seems that I&#x27;m going to start to work on a NLP project but I don&#x27;t have much experience with it since I&#x27;m a software engineer. I&#x27;ve played around with coreNLP and spaCy to get a feeling for NLP.<p>So what is the best way to tackle this topic, I don&#x27;t want to do research in NLP, for now I just want to get to a level where I&#x27;m productive.<p>What are the sites that I should read regularly, tools that I need to try and good intro books?<p>Thanks in advance

4 条评论

gtani大约 8 年前
Frankly if you give more detail on what kind of NLP, we can give more pointers, but for comprehensive resource, 3rd draft Jurafsky&#x2F;martin standard text, missing pieces TBA: LSTM&#x27;s, vector embeddings (word2vec etc), seq2seq&#x2F;neural translation etc<p><a href="https:&#x2F;&#x2F;web.stanford.edu&#x2F;~jurafsky&#x2F;slp3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.stanford.edu&#x2F;~jurafsky&#x2F;slp3&#x2F;</a><p>(you can email questions anytime)
评论 #14014102 未加载
abhikandoi2000大约 8 年前
<a href="http:&#x2F;&#x2F;blog.ycombinator.com&#x2F;how-to-get-into-natural-language-processing&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.ycombinator.com&#x2F;how-to-get-into-natural-language...</a>
评论 #14008875 未加载
Eridrus大约 8 年前
NLP is a pretty broad area. Do you want something like a chatbot? Do you want to extract facts from the web? Do you want to understand reviews to see what specifically liked or disliked? Do you want to group documents based on an unknown set of topics? How much data can you get a hold of? Is it labeled?<p>IMO the field is quite diverse, so the best you can do is make yourself aware of the various problems people have managed to have some success on and roughly how, so that when you encounter that problem you know what it is called and can dig into the literature.<p>Alternatively if your goal is to build products, I would suggest trying out the various NLP APIs that exist that may be able to take care of the entire problem for you. Not everything has an API, and they don&#x27;t all make sense to use when the off the shelf components are available, but higher level things like LUIS or API.ai may be useful for not really having to think about the underpinnings too much.
评论 #14014162 未加载
sprobertson大约 8 年前
Not sure if this is directly useful, but specifically for neural networks applied to NLP-ish tasks in PyTorch (Python machine learning framework): <a href="https:&#x2F;&#x2F;github.com&#x2F;spro&#x2F;practical-pytorch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spro&#x2F;practical-pytorch</a>
评论 #14010778 未加载