Deep-learning based NLP for Mongolian
To set up your python environment to run the code in this repository, follow the instructions below.
- Install conda and create a new environment with Python 3.6.1 or above
conda create --name nlpenv python=3.6.1
- To activate this environment
source activate nlpenv
- Clone the repository
git clone https://github.com/dganbold/PyText4Mon
- Install the dependencies
pip install .
- PyText [Github]