Part of NER challange for Fasilkom UI NLP class 2017.
Submission for CS Universitas Indonesia Named Entity Challenge for NLP Class 2017
1) Download and Install Miniconda
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
bash Miniconda2-latest-Linux-x86_64.sh
2) Set up conda environment with .yml in folder
conda env create -f berkicau.yml
3) Try running
python berkicau.py test.txt 9 (Experiment 9)
This project is licensed under the MIT License - see the LICENSE.md file for details