Skip to content

Commit 9ea7de5

Browse files
committed
new Version
1 parent 83975ab commit 9ea7de5

740 files changed

Lines changed: 4078 additions & 5531 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.texttechnologylab.annotation</groupId>
88
<artifactId>typesystem</artifactId>
9-
<version>3.0.9</version>
9+
<version>3.0.10</version>
1010

1111
<licenses>
1212
<license>

src/main/java/de/tudarmstadt/ukp/dkpro/core/io/jwpl/type/WikipediaLink.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package de.tudarmstadt.ukp.dkpro.core.io.jwpl.type;
77

@@ -20,8 +20,8 @@
2020

2121

2222
/** Wikipedia link
23-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
23+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
24+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2525
* @generated */
2626
public class WikipediaLink extends Annotation {
2727

src/main/java/org/bitbucket/rkilinger/ged/Emotion.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.bitbucket.rkilinger.ged;
77

@@ -19,9 +19,9 @@
1919
import org.apache.uima.jcas.tcas.Annotation;
2020

2121

22-
/**
23-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
22+
/**
23+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
24+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2525
* @generated */
2626
public class Emotion extends Annotation {
2727

src/main/java/org/hucompute/textimager/uima/type/CategorizedSentiment.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
7-
87

9-
import java.lang.invoke.CallSite;
10-
import java.lang.invoke.MethodHandle;
118

129
import org.apache.uima.cas.impl.CASImpl;
1310
import org.apache.uima.cas.impl.TypeImpl;
1411
import org.apache.uima.cas.impl.TypeSystemImpl;
15-
import org.apache.uima.jcas.JCas;
12+
import org.apache.uima.jcas.JCas;
1613
import org.apache.uima.jcas.JCasRegistry;
1714

15+
import java.lang.invoke.CallSite;
16+
import java.lang.invoke.MethodHandle;
17+
1818

1919

2020

21-
/**
22-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
23-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
21+
/**
22+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
23+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2424
* @generated */
2525
public class CategorizedSentiment extends Sentiment {
2626

src/main/java/org/hucompute/textimager/uima/type/GerVaderSentiment.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
7-
87

98

109
import org.apache.uima.cas.impl.CASImpl;
1110
import org.apache.uima.cas.impl.TypeImpl;
12-
import org.apache.uima.jcas.JCas;
11+
import org.apache.uima.jcas.JCas;
1312
import org.apache.uima.jcas.JCasRegistry;
1413

1514

1615

1716

1817
/** Subtype of VADER sentiment results, specific for the german adaption (https://github.com/KarstenAMF/GerVADER)
19-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
20-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
18+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
19+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2120
* @generated */
2221
public class GerVaderSentiment extends VaderSentiment {
2322

src/main/java/org/hucompute/textimager/uima/type/ImageVector.java

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
7-
87

9-
import java.lang.invoke.CallSite;
10-
import java.lang.invoke.MethodHandle;
118

129
import org.apache.uima.cas.impl.CASImpl;
1310
import org.apache.uima.cas.impl.TypeImpl;
1411
import org.apache.uima.cas.impl.TypeSystemImpl;
15-
import org.apache.uima.jcas.JCas;
12+
import org.apache.uima.jcas.JCas;
1613
import org.apache.uima.jcas.JCasRegistry;
17-
18-
1914
import org.apache.uima.jcas.cas.DoubleArray;
2015
import org.apache.uima.jcas.tcas.Annotation;
2116

17+
import java.lang.invoke.CallSite;
18+
import java.lang.invoke.MethodHandle;
19+
2220

23-
/**
24-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
25-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
21+
/**
22+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
23+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2624
* @generated */
2725
public class ImageVector extends Annotation {
2826

src/main/java/org/hucompute/textimager/uima/type/Language.java

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
7-
87

9-
import java.lang.invoke.CallSite;
10-
import java.lang.invoke.MethodHandle;
118

129
import org.apache.uima.cas.impl.CASImpl;
1310
import org.apache.uima.cas.impl.TypeImpl;
1411
import org.apache.uima.cas.impl.TypeSystemImpl;
15-
import org.apache.uima.jcas.JCas;
12+
import org.apache.uima.jcas.JCas;
1613
import org.apache.uima.jcas.JCasRegistry;
17-
18-
1914
import org.apache.uima.jcas.tcas.Annotation;
2015

16+
import java.lang.invoke.CallSite;
17+
import java.lang.invoke.MethodHandle;
18+
2119

22-
/**
23-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
20+
/**
21+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
22+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2523
* @generated */
2624
public class Language extends Annotation {
2725

src/main/java/org/hucompute/textimager/uima/type/OpenIERelation.java

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
7-
87

9-
import java.lang.invoke.CallSite;
10-
import java.lang.invoke.MethodHandle;
118

129
import org.apache.uima.cas.impl.CASImpl;
1310
import org.apache.uima.cas.impl.TypeImpl;
1411
import org.apache.uima.cas.impl.TypeSystemImpl;
15-
import org.apache.uima.jcas.JCas;
12+
import org.apache.uima.jcas.JCas;
1613
import org.apache.uima.jcas.JCasRegistry;
17-
18-
1914
import org.apache.uima.jcas.tcas.Annotation;
2015

16+
import java.lang.invoke.CallSite;
17+
import java.lang.invoke.MethodHandle;
18+
2119

2220
/** Typesystem for results of OpenIE (Stanford Open Information Extraction - https://nlp.stanford.edu/software/openie.html).
23-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
21+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
22+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2523
* @generated */
2624
public class OpenIERelation extends Annotation {
2725

src/main/java/org/hucompute/textimager/uima/type/Sentiment.java

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
7-
87

9-
import java.lang.invoke.CallSite;
10-
import java.lang.invoke.MethodHandle;
118

129
import org.apache.uima.cas.impl.CASImpl;
1310
import org.apache.uima.cas.impl.TypeImpl;
1411
import org.apache.uima.cas.impl.TypeSystemImpl;
15-
import org.apache.uima.jcas.JCas;
12+
import org.apache.uima.jcas.JCas;
1613
import org.apache.uima.jcas.JCasRegistry;
17-
18-
1914
import org.apache.uima.jcas.tcas.Annotation;
2015

16+
import java.lang.invoke.CallSite;
17+
import java.lang.invoke.MethodHandle;
18+
2119

22-
/**
23-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
20+
/**
21+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
22+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2523
* @generated */
2624
public class Sentiment extends Annotation {
2725

src/main/java/org/hucompute/textimager/uima/type/Similarity.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Wed May 07 16:38:29 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 18:09:54 CEST 2025 */
55

66
package org.hucompute.textimager.uima.type;
77

@@ -19,9 +19,9 @@
1919
import org.apache.uima.jcas.tcas.Annotation;
2020

2121

22-
/**
23-
* Updated by JCasGen Wed May 07 16:38:29 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
22+
/**
23+
* Updated by JCasGen Wed May 07 18:09:54 CEST 2025
24+
* XML source: /home/staff_homes/abrami/Projects/GitProjects/UIMATypeSystem/target/jcasgen/typesystem.xml
2525
* @generated */
2626
public class Similarity extends Annotation {
2727

0 commit comments

Comments
 (0)