项目作者: lintangsutawika

项目描述 :
Part of NER challange for Fasilkom UI NLP class 2017.
高级语言: Python
项目地址: git://github.com/lintangsutawika/berkicau.git
创建时间: 2017-04-18T16:29:31Z
项目社区:https://github.com/lintangsutawika/berkicau

开源协议:

下载


Berkicau Named Entity Recognition Program

Submission for CS Universitas Indonesia Named Entity Challenge for NLP Class 2017

Installing

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)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Awesome tutorials from pytorch.org
  • Robert Guthrie for providing open source pytorch example and tutorials.