apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.19k stars 1.14k forks source link

Text summarization #737

Open vpndemand opened 6 years ago

vpndemand commented 6 years ago

I have some Paragraph in text files and want summarization it.(summarization of the original article). Do you guys any idea how to use text classification for that. Ive datasets in text file with set of paragraphs. Let say user is typing big questions i want to summarize it. also vice versa if you have long answers you have to give summarize answer to user.

znation commented 6 years ago

I'm tagging this as a feature request, since text summarization is something we don't yet have a high level toolkit for. I don't think text classification can effectively solve this problem; we would probably want to introduce a different high level API for text summarization.