AbeHandler / rookie

The Rookie Text Analysis System
10 stars 1 forks source link

Summarization in browser brainstorm ideas #174

Closed AbeHandler closed 8 years ago

AbeHandler commented 8 years ago
  1. push thru index of what tokens are in what sentences to client side, maybe with corpus-wide dfs. would be small and help w/ explorer any time algorithm.
  2. dynamic programming + exploration. as algo explores, keeps a structure that stories best possible configurations thus far, sort of like Viterbi.