Skip to content

Source code for my team's project at Natural Language Processing Subject. The project is a Summarizer Text Application that using Term Frequency Logarithm Algorithm.

Notifications You must be signed in to change notification settings

KrisnaDana/Summarization-Term-Frequency-Logarithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summarization Text Rank

Source code for my team's project at Natural Language Processing Subject. The project is a Summarizer Text Application that using Text Rank Algorithm.

Requirements

  • Python 3.
  • PIP (package manager for Python).
  • Git (optional).

Installation

Use git command to install the project.

git clone https://github.com/KrisnaDana/Summarization-Term-Frequency-Logarithm.git

Or download zip file of the project.

Configuration

Install necessary libraries using the following command.

pip install tk
pip install customtkinter
pip install nltk
pip install regex

Run the Project

Use following command to run the project.

python app.py

About

Source code for my team's project at Natural Language Processing Subject. The project is a Summarizer Text Application that using Term Frequency Logarithm Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages