Some small python files
rnn.py
RNN that generates language models in cyrillic and latin (comments in bulgarian)
rnn-out.py
RNN that generates text in cyrillic and latin (comments in bulgarian)
source.txt
Small example data from 1izrechenie.com (in bulgarian)
sourcebig.txt
Big example data from 1izrechenie.com (in bulgarian)
Game.py
The classic game. Used: Python 2.7
Game1.py
/unfinished, currently I am not working on that./ Used: Python 2.7
latinizator.py
This is a small functiuon that translates cyrillic to latin. Used: Python 3.6.0
latinizator2.py
This is a small functiuon that translates cyrillic to latin. It has a different structure from Latinizator. IT is much smaller and gives the symbols that are not included in the allowed list. Used: Python 3.6.0
Linker.py is a script that allows you to give link or some text to the script, it saves it in a .txt file named links.txt and after that you can pull it. The idea is to save multiple links and whe you pull them to mark that they have been used. This is achieved by adding a 1 at the end of the string and when pulled changing the 1 to a 0 so it can't appear twice. The pull request does not work properly at the moment. Used: Python 3.6.0