File System Connector to import content to Viglet Turing
$ git clone https://github.com/openturing/turing-filesystem.git
$ cd turing-filesystem
Use Gradle to generate Turing FileSystem Connector executable JAR file.
$ ./gradlew shadowJar
To run Turing FileSystem Connector executable JAR file, just execute the following line:
$ java -jar build/libs/turing-filesystem.jar <PARAMETERS>
$ java -jar build/libs/turing-filesystem.jar --server http://localhost:2700 --nlp b2b4a1ff-3ea3-4cec-aa95-f54d0f5f3ff8 --source-dir /appl/myfiles --output-dir /appl/results