Skip to content

Apoll011/LoGate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoGate: Logic-Based Graphical Proposition Classifier

Right now this just support Portuguese sentences.

LoGate is a Python project that allows you to classify and analyze logical propositions using a graphical representation. It is designed to help you categorize and organize logical statements in a clear and structured manner.

Getting Started

These instructions will help you get started with using LoGate for classifying logical propositions.

Prerequisites

To run LoGate, you need to have Python 3.x installed on your system. You can download Python from the official website: Python Official Website

You'll also need to install the required Python packages using pip:

pip install spacy
pip install en_core_web_sm

Installing

  1. Clone the repository to your local machine:
git clone https://github.com/Apoll011/LoGate.git
  1. Navigate to the project directory:
cd LoGate
  1. Run the project:
python main.py

Usage

LoGate allows you to manually classify logical propositions by specifying the type of each proposition. You can also use the spaCy-based automatic classification for more advanced analysis. Here's how to use LoGate:

##(This Will Be Updated)

Contributing

We welcome contributions to LoGate. If you have any ideas or improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thank you to the spaCy project for providing a powerful natural language processing library.

Happy classifying!

Releases

No releases published

Packages

No packages published