Covolution_over_Dependency_Tree_EMNLP2019 icon indicating copy to clipboard operation
Covolution_over_Dependency_Tree_EMNLP2019 copied to clipboard

How to build dependency tree?

Open A11en0 opened this issue 3 years ago • 4 comments

Wonderful job, thanks! Could you please share the code with the building dependency tree?

A11en0 avatar Oct 22 '21 07:10 A11en0

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

sunkaikai avatar Nov 16 '21 12:11 sunkaikai

@A11en0 Please check the ``parse_data.py'' file that can be used to generate dependency trees.

sunkaikai avatar Nov 17 '21 11:11 sunkaikai

OK, thanks!

A11en0 avatar Nov 17 '21 12:11 A11en0

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

karimmahalian avatar Dec 09 '21 12:12 karimmahalian