Skip to content

Summarize a text using a simple ranking algorithm.

License

Notifications You must be signed in to change notification settings

piravp/auto-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summarizr

Application returns a summary of a text. It's currently implemented with a simple ranking algorithm based on word occurrences.

Example

See example for example dump.

Files

  • file_x.txt is a file with dummy text. x is the language code according to the ISO 639-1 standard.
  • stopwords-x.txt is a list of stop-words for respective language.

Documentation

Documentation can be found in docs/ with entry point index.html at the root level.

To-Do

Since the core functionality is implemented, further improvements can be made on top. This includes (listed after most likely to be done first)...

  • Generate Javadocs
  • Generate executable
  • Analyze text reduction
  • Write final summary to a file
  • Import text from other file formats (currently only .txt)
  • Create GUI
  • Generate UML diagram

About

Summarize a text using a simple ranking algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages