KrisnaDana / Summarization-Term-Frequency-Logarithm

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%