Tools and Programs for analysis of social network discussions based on argumentation models and programs

solveXMLconversation.sh 193B

123
  1. #!/bin/bash
  2. # Pass name of XML file with discussion graph, without .xml suffix
  3. spark-submit --master local[4] --class "MainAppFromXML" target/scala-2.12/social-network-analyzer_2.12-1.0.jar $1

Powered by TurnKey Linux.