Open akoehn opened 3 years ago
Hi akoehn, Although I was not able to run successfully any script look into the script folders. You can run several Alto command from CLI. For intance I have been trying: java -cp "C:\software\ALTO\alto-2.3.6-all.jar" de.up.ling.irtg.script.ParsingEvaluator "C:\software\ALTO\input.txt" -g "C:\software\ALTO\node.irtg" -I "graph" --verbose -Ostring=alg
To parse a s-graph. I hope it helps Victor
So you would separate Alto into two parts, a "core" and a visual frontend, and make each of them a separate Gradle project. Sure, we can look into this sometime.
The GUI uses some special MacOS libraries that are only available at the coli artifact repository. Every software that (transitively) depends on alto needs to add that repository, which is a bit of a hassle.
Maybe it is reasonably straight-forward to have a system without a GUI (or without the additional MacOS libraries); that would make it easier to use alto in other projects.