An open API service indexing awesome lists of open source software.

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.

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