Ask HN: Summarize Content Machine Learning
3 コメント
A very simple example is that of Google which gives you a Wikipedia summary of a topic, but that's too simple.
In your case you are looking for some way to heatmap certain keywords, or even the tone of a piece of content. You could go further and see the context of the content (which is presumably some form of document which can be parsed).
There are innumerable things online to do this. My first port of call is to trawl Github and find a repo on there which does this.
Just be careful of online services which are hoovering up your query and making off with your data...
In your case you are looking for some way to heatmap certain keywords, or even the tone of a piece of content. You could go further and see the context of the content (which is presumably some form of document which can be parsed).
There are innumerable things online to do this. My first port of call is to trawl Github and find a repo on there which does this.
Just be careful of online services which are hoovering up your query and making off with your data...
I was doing some research on natural language algorithms a while back. Not sure if these links are of any help for what you are looking for:
https://github.com/26medias/node-nlpsum
https://www.quora.com/How-do-I-extract-key-phrases-from-onli...
https://github.com/26medias/node-nlpsum
https://www.quora.com/How-do-I-extract-key-phrases-from-onli...
ThatNeedle is working on it and showing promising results. For now there is only an NLP API for retail.
Specifically, I am thinking in terms of reading comprehension. A list of prompts given with content and the expectation is the computer answers the prompts based on the content provided. But a project that attempts to summarize/parse content would be awesome.