Release 0.4
- Raw Stanford CoreNLP instead of Parse/Indirect/ProNat
- Delete JSON Text Provider (Memory Issues)
- Transition to JitPack
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.ArDoCo.Core</groupId>
<artifactId>pipeline</artifactId> <!-- or any other subproject -->
<version>0.4</version>
</dependency>
</dependencies>