as shown in
Habernal, I., Eckle-Kohler, J., & Gurevych, I. (2014). Argumentation Mining on the Web from Information Seeking Perspective. In E. Cabrio, S. Villata, & A. Wyner (Eds.), Proceedings of the Workshop on Frontiers and Connections between Argumentation Theory and Natural Language Processing (pp. 26-39). Bertinoro, Italy: CEUR-WS. Retrieved from http://ceur-ws.org/Vol-1341/
+ver 0.0.2/2015-08-24
Ivan Habernal
- Java JDK 1.7 and higher
- Maven3
- Annotated data
- Modify paths to gold data
- Modify
de.tudarmstadt.ukp.dkpro.argumentation.tutorial.ArgumentationCorpusDebuggerand set theannotatedCorpusDirvariable to point to the gold data located ingold.data.toulmindirectory - Similarly
de.tudarmstadt.ukp.dkpro.argumentation.tutorial.PersuasiveDocumentsCorpusDebuggertogold.data.persuasivedirectory
- Run
ArgumentationCorpusDebugger(orPersuasiveDocumentsCorpusDebugger)
- It will print annotated argument components, relations, and other info to the std. out
- Explore it further!
- Have a look at
de.tudarmstadt.ukp.dkpro.argumentation.io.writer.ArgumentDumpWriterfrom thede.tudarmstadt.ukp.dkpro.argumentation.0.0.2-SNAPSHOT-minimalpackage which shows how to access the argument components, their text, tokens, sentences, etc.