guillaumegenthial / sequence_tagging

Named Entity Recognition (LSTM + CRF) - Tensorflow
https://guillaumegenthial.github.io/sequence-tagging-with-tensorflow.html
Apache License 2.0
1.94k stars 703 forks source link

which line should I follow... #48

Closed Jonida88 closed 6 years ago

Jonida88 commented 6 years ago

Hi @guillaumegenthial ! A really nice work thanks for sharing. I am trying to run your code bei myself and understand it. My question is you use at build_data.py the config file but at the config pakage you say that you should run buil_data first. I am a little bit confused which line should I follow... the next one is how you are coming at the data format .iob? p.s : Sorry but i am new in python. thanks in advance