nlp-wh

Results 6 issues of nlp-wh

Traceback (most recent call last): File "main.py", line 229, in tf.app.run(main) File "D:\Anaconda3\envs\tensorflow-gpu\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "main.py", line 223, in main train() File "main.py", line...

您好,我目前在做英文文献生物信息方面知识图谱构建,需要以NER为基础工作,请问,我是否可以以您的模型为基础改进后引入本人工作,可否提供您的文献方便引用?

Hello, when I choose LSTM as a classifier, I always give an error: AssertionError, assert(False) #Wrong classifier, how should I choose LSTM as a classifier?

Hello! According to my understanding, ELMo in this code directly calls the officially provided pre-training model without parameter updates. Because it is trained in unlabeled corpora in the general field,...

hello, i want to ask a question , does your input data just process the raw DDI2013 data through process1.py and process2.py, is there any other preprocessing process? i have...

Traceback (most recent call last): File "C:/Users/weihao/Desktop/NER-RNN-master/NerMulti.py", line 213, in X_train, y_train = get_input(BASE_DIR+"/eng.train") File "C:/Users/weihao/Desktop/NER-RNN-master/NerMulti.py", line 145, in get_input return np.asarray(sentence), sentence_tag File "D:\Anaconda3\envs\tensorflow\lib\site-packages\numpy\core\numeric.py", line 531, in asarray return...