Skip to content

Program made to resume texts using NLP with NTLK library.

Notifications You must be signed in to change notification settings

lucianlorens/resumer

Repository files navigation

Resumer

Script made with Python for NLP processing.

Prerequisites

  • Python 3.5+

🚧 [wip] 🚧

Getting Started

You need to get to the root folder of the project.

From the folder base run the following commands. python3 -m venv venv

Linux: ./venv/bin/activate

Windows: venv\Scripts\activate

then install the dependencies using pip install -r requirements.txt

To run the application use: python3 text_process.py

If you made any changes to the application you can use:

🚧 [wip] 🚧

Alternative way:

🚧 [wip] 🚧

Architecture

🚧 [wip] 🚧

Installing

🚧 [wip] 🚧

Running the tests

This project uses unittest lib for testing purposes. (Checkout the official documentation for further information)

With the environment properly activated, go to the project root directory and use the command python -m unittest tests/*_test.py

Break down into end to end tests

🚧 [wip] 🚧

And coding style tests

🚧 [wip] 🚧

Deployment

🚧 [wip] 🚧

Built With

  • NLTK - NLTK is a leading platform for building Python programs to work with human language data.
  • unittest - The unittest unit testing framework was originally inspired by JUnit and has a similar flavor as major unit testing frameworks in other languages.

Contributing

🚧 [wip] 🚧

Versioning

🚧 [wip] 🚧

Branches

  • Production: main
  • Development: dev

Commit Pattern:

Using https://gitmoji.dev/ emoji pattern to easy find commits topics

Authors

License

🚧 [wip] 🚧

Acknowledgments

To my Family, ever helping, ever supporting.

Inspired by:

About

Program made to resume texts using NLP with NTLK library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages