longpt233 / ner-vietnamese

Midterm Natural Language Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ner-vietnamese

Named Entity Recognition for Vietnamese Language
Method:

CRF
Bi-LSTM
BERT

dataset

Data used for this project was downloaded from VLSP dataset

structure

-
|-- data
|    |-- data-muc
|-- src
     |-- LSTM ...

how to run

python hello.py

result

Model CRF Bi-LSTM BERT
Train Accuracy 0. 0. 0.
Test Accuracy 0. 0. 0.

application

python app.py

About

Midterm Natural Language Processing


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%