Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 637 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 637 Bytes

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