https://github.com/suminb/tldr-web
Web frontend for the text summarization service
https://github.com/suminb/tldr-web
Last synced: 11 months ago
JSON representation
Web frontend for the text summarization service
- Host: GitHub
- URL: https://github.com/suminb/tldr-web
- Owner: suminb
- License: bsd-3-clause
- Created: 2016-11-23T17:18:40.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-10-10T18:16:07.000Z (over 6 years ago)
- Last Synced: 2025-04-05T01:28:28.154Z (about 1 year ago)
- Language: JavaScript
- Size: 660 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TL;DR Web Frontend
------------------
This is a web frontend for [TL;DR](https://github.com/suminb/tldr) (text
summarization service).
TODO
----
* The Javascript code tries to manually manipulate DOM objects via jQuery. This
kind of works but is not a good solution. This must be replaced with a
model-based architecture (e.g., Backbone.js) at some point.