habernal / dkpro-core-rst

DKPro Core - Rhetorical Structure Theory (RST) typesystem and wrapper for RST parser
Apache License 2.0
2 stars 0 forks source link

For help!! Some questions #1

Closed xcxzzx-1 closed 7 years ago

xcxzzx-1 commented 7 years ago

Hello, I have downloaded the project "dkpro-core-rst", but the IDA eclipse shows that it misses the following classes. Can you give me some advices or send me a project that is compiled successfully? I will be very glad that you can reply. This is my my email xcxzzx01@163.com. Please give me a help. Than you very much!

import de.tudarmstadt.ukp.dkpro.core.rst.core.type.DiscourseRelation; import de.tudarmstadt.ukp.dkpro.core.rst.core.type.EDU; import de.tudarmstadt.ukp.dkpro.core.rst.core.type.RSTTreeNode;

habernal commented 7 years ago

Hello, I guess the problem is due to Eclipse and its poor integration with Maven. Try to first compile it using maven (mvn compile), it should also generate these classes that are currently missing. These are dynamically generated from UIMA xml descriptors.

xcxzzx-1 commented 7 years ago

Thank you very much!! I have done what you say and it works successfully. You are so cool!!

At 2017-03-29 02:42:15, "Ivan Habernal" notifications@github.com wrote:

Hello, I guess the problem is due to Eclipse and its poor integration with Maven. Try to first compile it using maven (mvn compile), it should also generate these classes that are currently missing. These are dynamically generated from UIMA xml descriptors.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.