deep-named-entity-recognition
deep-named-entity-recognition copied to clipboard
Use RNNs to identify entities in news queries
I am writing my diploma thesis, and while on the search for dataset (which I found in several other projects too) I found this project, which helped me tremendously. (So...
how did you create the word2vec file?
Using TensorFlow backend. Traceback (most recent call last): File "ner_train.py", line 16, in layer_arg = int(sys.argv[2]) ValueError: invalid literal for int() with base 10: 'news_tagged_data.txt' When i run python3 ner_train.py...