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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some programming related topics that can be solved using NLP?

1 点作者 mikaelsouza超过 4 年前
I&#x27;ve been working on the Punctuation Restoration Problem for my Master&#x27;s Thesis, however, me being primarily a programmer at heart, I wish I could use some of my NLP skills to solve issues related to programming in general.<p>I know Microsoft does lots of research in NLP and I think after they acquired Github, they have an immense dataset to work with for any problems they want to tackle. Most recently I think they did a great job on their new python suggestion extension on VSCode.<p>So, could you suggest to me some issues you think are interesting research topics? This is something that I would like to work with, but I have no idea where to start yet.

1 comment

verdverm超过 4 年前
<a href="https:&#x2F;&#x2F;cuelang.org" rel="nofollow">https:&#x2F;&#x2F;cuelang.org</a> uses NLP techniques from the 90&#x27;s, specifically<p>&gt; Graph unification of typed feature structures, CUE’s theoretical foundation<p><a href="https:&#x2F;&#x2F;cuelang.org&#x2F;docs&#x2F;concepts&#x2F;logic&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cuelang.org&#x2F;docs&#x2F;concepts&#x2F;logic&#x2F;</a><p>Propagator Networks are interesting too