Covolution_over_Dependency_Tree_EMNLP2019
Covolution_over_Dependency_Tree_EMNLP2019 copied to clipboard
How to build dependency tree?
Wonderful job, thanks! Could you please share the code with the building dependency tree?
Wonderful job, thanks! Could you please share the code with the building dependency tree?
sorry, very busy these days. Will upload the code for generating dependency trees soon in a week
@A11en0 Please check the ``parse_data.py'' file that can be used to generate dependency trees.
OK, thanks!
Hi,
Thank u for sharing the code. However, I got this error
ModuleNotFoundError: No module named 'corenlp'
I tried to install corenlp using this command
!pip install corenlp
but I got another error
AttributeError: module 'corenlp' has no attribute 'CoreNLPClient'
Any ideas plz
Thank u