/PyText4Mon

Deep-learning based NLP for Mongolian

Primary LanguagePythonMIT LicenseMIT

PyText4Mon

Deep-learning based NLP for Mongolian

Installation

To set up your python environment to run the code in this repository, follow the instructions below.

  1. Install conda and create a new environment with Python 3.6.1 or above
conda create --name nlpenv python=3.6.1
  1. To activate this environment
source activate nlpenv
  1. Clone the repository
git clone https://github.com/dganbold/PyText4Mon
  1. Install the dependencies
pip install .

References