Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

challenge

6 views
Skip to first unread message

ALIYU AMINU

unread,
Apr 21, 2025, 12:06:39 PMApr 21
to jwpl-users
Hello users,
I have been facing some challenges regarding the use JWPL and JWKTL API  in Bundled Moven in IntelliJ IDE community edition for the extract of title content, categories and Word, Definition, POS, Translation, sense, glosses, synonyms and antonym form Wikipedia and Wiktionary Dumps of English, and  French for the construction of multilingual translation graph.
i have set my pom.xml with the correct address to download the API as shown below, but will failed to download the API if i reload the moven project.
the error message is "incompatible types: de.tudarmstadt.ukp.jwktl.api.util.ILanguage cannot be converted to de.tudarmstadt.ukp.jwktl.api.util.Language"
"cannot find symbol"
"package DumpProcessor does not exist"
"package de.tudarmstadt.ukp.jwpl.api does not exist"

these means that it does not recognise the JWPL and JWKTL API.
please what is the best steps to follow and install these API and where to get them. thank you

<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>

<groupId>com.myproject</groupId>
<artifactId>WikipediaWiktionaryProject</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
<jwpl.version>1.2.0</jwpl.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>ukp-oss-public-releases</id>
<url>https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>ukp</id>
<url>https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.dkpro.jwpl</groupId>
<artifactId>dkpro-jwpl-api</artifactId>
<version>2.0.0</version>
</dependency>


<dependency>
<groupId>org.dkpro.jwktl</groupId>
<artifactId>dkpro-jwktl</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>


richard...@gmail.com

unread,
Apr 21, 2025, 12:16:40 PMApr 21
to jwpl-users
Hi,

The package "de.tudarmstadt.ukp.jwpl.api" is from the old JWPL 1.x. In the latest version, the packages have changed to "org.dkpro....".

The packages should all be on Maven Central, so adding zoidberg should not be necessary.

-- Richard

ALIYU AMINU

unread,
Apr 28, 2025, 1:34:59 PMApr 28
to jw...@googlegroups.com
Hello users,
please i want to use JWKTL version 0.36 but i don't know where to find it. any idea??. the one i have is version 1.1.0 and it has problem with some packages that i need which i can't find them there. they are only available in version 0.36. thank you

--
You received this message because you are subscribed to the Google Groups "jwpl-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jwpl+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jwpl/115c4e8e-1222-4952-a107-dea97e2ceda4n%40googlegroups.com.

ALIYU AMINU

unread,
May 1, 2025, 10:57:09 AMMay 1
to jw...@googlegroups.com
hello JWPL users,
please where can i find JWPL version 1.2.0 because i am interested in its packages api,parser,util, and wikimachine for accessing wikipdia dumps and these packages are not available in the newer version. 

Torsten Zesch

unread,
May 2, 2025, 6:47:20 AMMay 2
to jw...@googlegroups.com

I would recommend the 2.0.0 version.

TimeMachine, API etc. are also available, see e.g. here:

https://central.sonatype.com/search?q=jwpl

 

-Torsten

Reply all
Reply to author
Forward
0 new messages