-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
68 lines (51 loc) · 2.51 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
DKPro JOWKL (Java OmegaWiki Library) is a free, Java-based application
programming interface that allows to access all information in the free,
multi-lingual online dictionary OmegaWiki (http://www.omegawiki.org/).
Core features:
* Fast and efficient access to OmegaWiki
* Direct access to OmegaWiki database dumps, no preprocessing necessary
* Language independent
License and Availability
------------------------
The latest version of DKPro JOWKL is available via Maven Central.
If you use Maven as your build tool, then you can add DKPro JOWKL
as a dependency in your pom.xml file:
<dependency>
<groupId>org.dkpro.jowkl</groupId>
<artifactId>dkpro-jowkl</artifactId>
<version>1.0.0</version>
</dependency>
DKPro JOWKL is available as open source software under the
Apache License 2.0 (ASL). The software thus comes "as is" without any
warranty (see license text for more details).
Publications and Citation Information
-------------------------------------
DKPro JOWKL has been developed as part of the UBY project
(http://www.ukp.informatik.tu-darmstadt.de/uby/). You can read more
about JOWKL and UBY in our scientific articles:
* Michael Matuschek, Christian M. Meyer, and Iryna Gurevych: Multilingual
Knowledge in Aligned Wiktionary and OmegaWiki for Translation Applications,
Translation: Computation, Corpora, Cognition: Special Issue on “Language
Technology for a Multilingual Europe” (TC3), Vol. 3(1): 87–118, June 2013.
<http://www.t-c3.org/index.php/t-c3/article/view/20>
* Iryna Gurevych, Judith Eckle-Kohler, Silvana Hartmann, Michael Matuschek,
Christian M. Meyer, and Christian Wirth: UBY – A Large-Scale Unified
Lexical-Semantic Resource Based on LMF, in: Proceedings of the 13th
Conference of the European Chapter of the Association for Computational
Linguistics (EACL), p. 580–590, April 2012. Avignon, France.
<http://www.aclweb.org/anthology/E/E12/E12-1059.pdf>
Project Background
------------------
Prior to being available as open source software, DKPro JOWKL has been
a research project at the Ubiquitous Knowledge Processing (UKP) Lab of
the Technische Universität Darmstadt, Germany. The following people have
mainly contributed to this project (in alphabetical order):
* Richard Eckart de Castilho
* Iryna Gurevych
* Zijad Maksuti
* Michael Matuschek
* Christian M. Meyer
Project Homepage
----------------
* https://github.com/dkpro/dkpro-jowkl/
* https://www.ukp.tu-darmstadt.de/software/jowkl/