emnlp2017-bilstm-cnn-crf
emnlp2017-bilstm-cnn-crf copied to clipboard
BiLSTM-CNN-CRF architecture for sequence tagging
Hi, I am facing the following error when trying to run python3 Train_POS.py . How could I fix this? `WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py:1114: calling reduce_max (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and...
Can you please help me figure out as how to feed in Numerical and Boolean features along with the text. These features should be used as is. So instead of...
Hi , This is the first time i am trying to run a project through Docker. By default the container is running on the root partition . At run time,...
Looks like you are not using pos information for training the model for NER. can you share the metadata for each column in the dataset? There is also no description...
Thanks for making this implementation available! But i do not have access to a GPU. Can I still try your code? I have tensorflow 1.5.0 and Keras 2.0.2 I made...
I have been trying to develop ner for domain specific English dataset.How to disable those german embeddings?