Skip to content

Release 0.4

Compare
Choose a tag to compare
@dfuchss dfuchss released this 25 May 08:11
· 2408 commits to main since this release
  • 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>