Skip to content

Commit

Permalink
Merge branch '1.11.x' into feature/1131-bratAnnotatorNotes
Browse files Browse the repository at this point in the history
* 1.11.x: (371 commits)
  No issue. Set version to 1.11.0-SNAPSHOT.
  No issue. Fix checkstyle issue.
  No issue. Fix more JavaDoc issues.
  No issue. Upgrade to DKPro Meta 0.2.0.
  #1382 - TEI reader seems not to be trimming whitespace
  #1382 - TEI reader seems not to be trimming whitespace
  #1378 - BratReader crashes when an annotation covers more than two spans of text
  #1379 - Add generic XML types
  #1382 - TEI reader seems not to be trimming whitespace
  #1384 - Update datasets API
  #1384 - Update datasets API
  #1384 - Update datasets API
  #1384 - Update datasets API
  #1381 - Annotations starting/ending in inter-token space cause exception
  #1379 - Add generic XML types
  #1379 - Add generic XML types
  #1379 - Add generic XML types
  #1376 - Update TreeTagger build.xml
  #1346 - Reader for Annotated Gigaword
  #186 - Change artifactId to "dkpro-core-XXX"
  ...

% Conflicts:
%	dkpro-core-io-brat-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/io/brat/BratReader.java
%	dkpro-core-io-brat-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/io/brat/internal/model/BratAnnotationDocument.java
%	dkpro-core-io-brat-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/io/brat/internal/model/TypeMapping.java
%	dkpro-core-io-brat-asl/src/test/java/de/tudarmstadt/ukp/dkpro/core/io/brat/BratReaderWriterTest.java
  • Loading branch information
reckart committed Jul 19, 2019
2 parents 983af70 + 23d1bdc commit 993a2ac
Show file tree
Hide file tree
Showing 1,797 changed files with 57,925 additions and 13,812 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ cache/
libudpipe_java.dylib
.DS_Store
.checkstyle
learning.log
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Mateusz Parzonka
Michael Unterkalmsteiner [mikmakmuk]
Milen Kouylekov <milen.kouylekov@usit.uio.no> [kouylekov, kouylekov-usit]
Nicolai Erbs <nico.erbs@gmail.com> [nicolaierbs]
Nicolas Paris [parisni]
Niklas Jakob
Nils Reimers [nreimers]
Oliver Ferschke [ferschke]
Expand Down
12 changes: 7 additions & 5 deletions dkpro-core-api-anomaly-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>de.tudarmstadt.ukp.dkpro.core-asl</artifactId>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<version>1.9.2-SNAPSHOT</version>
<artifactId>dkpro-core-asl</artifactId>
<groupId>org.dkpro.core</groupId>
<version>1.11.1-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>
<artifactId>de.tudarmstadt.ukp.dkpro.core.api.anomaly-asl</artifactId>
<artifactId>dkpro-core-api-anomaly-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Anomaly API</name>
<url>https://dkpro.github.io/dkpro-core/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.anomaly;
package org.dkpro.core.api.anomaly;

/**
* Actually just an excuse to get a javadoc artifact.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
/**
* Types for annotating spelling or grammar problems.
*/
package de.tudarmstadt.ukp.dkpro.core.api.anomaly;
package org.dkpro.core.api.anomaly;
12 changes: 7 additions & 5 deletions dkpro-core-api-coref-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>de.tudarmstadt.ukp.dkpro.core-asl</artifactId>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<version>1.9.2-SNAPSHOT</version>
<artifactId>dkpro-core-asl</artifactId>
<groupId>org.dkpro.core</groupId>
<version>1.11.1-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>
<artifactId>de.tudarmstadt.ukp.dkpro.core.api.coref-asl</artifactId>
<artifactId>dkpro-core-api-coref-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Coreference API</name>
<url>https://dkpro.github.io/dkpro-core/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.coref;
package org.dkpro.core.api.coref;

/**
* Actually just an excuse to get a javadoc artifact.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
/**
* Types for coreference annotations.
*/
package de.tudarmstadt.ukp.dkpro.core.api.coref;
package org.dkpro.core.api.coref;
14 changes: 7 additions & 7 deletions dkpro-core-api-datasets-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core-asl</artifactId>
<version>1.9.2-SNAPSHOT</version>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-asl</artifactId>
<version>1.11.1-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>
<artifactId>de.tudarmstadt.ukp.dkpro.core.api.datasets-asl</artifactId>
<artifactId>dkpro-core-api-datasets-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Datasets</name>
<url>https://dkpro.github.io/dkpro-core/</url>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>0.7</version>
<version>4.0.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand All @@ -89,8 +89,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.testing-asl</artifactId>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-testing-asl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.datasets;
package org.dkpro.core.api.datasets;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.datasets;
package org.dkpro.core.api.datasets;

import java.util.List;

public interface ArtifactDescription
{
/**
* @return the dataset to which this artifact belongs.
*/
DatasetDescription getDataset();

/**
* @return artifact name/ID
*/
Expand All @@ -43,6 +48,16 @@ public interface ArtifactDescription
* @return SHA1 hash of the artifact.
*/
String getSha1();

/**
* @return SHA512 hash of the artifact.
*/
String getSha512();

/**
* @return the verification mode.
*/
VerificationMode getVerificationMode();

/**
* Whether this artifact is shared between multiple datasets. If this flag is enabled, the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.datasets;
package org.dkpro.core.api.datasets;

@Deprecated
public class DataPackage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.datasets;
package org.dkpro.core.api.datasets;

import java.io.File;
import java.util.Arrays;

import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import de.tudarmstadt.ukp.dkpro.core.api.datasets.internal.SplitImpl;
import org.dkpro.core.api.datasets.internal.SplitImpl;

public interface Dataset
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.tudarmstadt.ukp.dkpro.core.api.datasets;
package org.dkpro.core.api.datasets;

import java.util.List;
import java.util.Map;
Expand Down
Loading

0 comments on commit 993a2ac

Please sign in to comment.