https://github.com/chamale-rac/grammar-server
Grammar tools. Algorithms and API.
https://github.com/chamale-rac/grammar-server
Last synced: about 1 month ago
JSON representation
Grammar tools. Algorithms and API.
- Host: GitHub
- URL: https://github.com/chamale-rac/grammar-server
- Owner: chamale-rac
- License: gpl-3.0
- Created: 2023-09-20T23:41:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T03:15:45.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:42:18.117Z (3 months ago)
- Language: Python
- Homepage: https://igrammar.onrender.com
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 grammar-server AKA Proyecto 2
Implementation of grammar simplification (to CNF) and CYK algorithm. **Project documentation** at [Wiki](https://github.com/chamale-rac/grammar-server/wiki).
## 📑 Index
- [💻 Standalone terminal program version.](#standalone-terminal-program-version)
- [🌐 How to run the server?](#how-to-run-the-server)
- [🤔 Why I code this?](#why-i-code-this)
- [🧐 Who I am?](#who-i-am)## Standalone terminal program version
⚠️ This version is intended to work on the terminal, perfect for easy checking the accomplishment of project requirements.
Use the next command to run it:
```bash
python app.py
```🧠 Example grammars at [./docs](./docs)
## How to run the server?
This server works directly with the web application, go to the referenced repository for more information [grammar (repository)](https://github.com/chamale-rac/grammar).
Use the next command to run the server on your local machine:
```bash
python server.py
```## Why I code this?
Es el **Proyecto No. 2** de **Teoría de la Computación** **Sección 20** del **Segundo ciclo 2023**. Valía puntos, fuí coaccionado 😭.
## Who I am?
[Samuel A. Chamalé](https://github.com/chamale-rac) - Human
Guatemala, 2023