ner
Vietnamese Named Entity Recognition
File Explorer
Download Latest Version (.zip)- train_character.md
- train_character_2.md
- train_character_3.md
- train_character_4.md
- train_wordvector_1.md
- train_wordvector_2.md
- train_wv_character.md
- train_wv_character_2.md
- train_wv_character_3.md
- train_wv_character_glove_1.md
- train_wv_character_glove_2.md
- train_wv_character_glove_3.md
- train_wv_character_glove_4.md
- train_wv_glove_character_5.md
- .gitignore
- analyze.py
- characters_corpus.txt
- characters_flair.txt
- characters_merged.txt
- create_dictionary.py
- extract_characters.py
- glove.bin
- README.md
- train_character.py
- train_characterlm.py
- train_elmo.py
- train_memory.py
- train_wordvector.py
- train_wv_character.py
- train_wv_character_merged.py
- .gitignore
- .gitignore
- __init__.py
- conlleval_perl.py
- dataset.py
- load_data.py
- README.md
- train.py
- train_dev.py
- acl2017.sty
- acl_natbib.bst
- build.sh
- eacl2017.bst
- eacl2017.sty
- technique_report.bib
- technique_report.tex
- .gitkeep
- __init__.py
- model_crf.py
- tagged_feature.py
- __init__.py
- 1.txt
- 1.txt.diff
- 2.txt
- 2.txt.diff
- 4.txt
- 4.txt.diff
- 5.txt
- 5.txt.diff
- 9.txt
- 9.txt.diff
- 1.txt
- 10.txt
- 2.txt
- 3.txt
- 4.txt
- 5.txt
- 6.txt
- 7.txt
- 8.txt
- 9.txt
- __init__.py
- error_analysis.py
- evaluation.py
- muc_evaluation.py
- scorer.py
- test_iob_score.py
- .gitignore
- data_conversion2.py
- ner.py
- README.en.md
- README.md
- README.vi.md
- requirements.txt
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/undertheseanlp/ner
Downloads the entire project code from GitHub to your computer.
cd ner
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
