this is a shared repository of students from KUBSAU to work on the project. The point is to implement a translator from emoji into full sentences and words.
Language: Python Main libraries: pymorphy2 - for word lemmatization, sys - for readeing arguments from command line
- научиться работать в команде(как настоящие программисты), используя github.com
- повысить навыки ребят
- иди домой/иду домой
- я норм/ок/хорошо/отлично
- set virtual enviroment:
python3 -m venv venv
- run virtual enviroment:
. venv/bin/activate
- install libraries:
pip install -r ./requirements.txt
- if you want help:
python3 main.py -h
orpython3 main.py --help