Kosh Data
Kosh Data contains different datasets that can be downloaded from this repository. If you clone Kosh Data to your computer, you can deploy them locally with Kosh.
Kosh Data contains the following datasets that can be accessed via Kosh-backed APIs :
- Diccionario Geográfico-Histórico de las Indias Occidentales ó América (1786-1789) de Antonio de Alcedo
- English Wordnet
- Glossarium mediæ et infimæ latinitatis - Charles du Fresne, sieur du Cange
- Hiztegi Batua (Basque)
- TuniCo - A Dictionary of Tunis Arabic
- Wörterbuch der Kölner Mundart - Fritz Hönig (Kölsch-Deutsch)
Diccionario Geográfico-Histórico de las Indias Occidentales ó América (1786-1789) de Antonio de Alcedo
19.010 Entries
- Swagger UI: http://kosh.uni-koeln.de/api/de_alcedo/restful
- GraphiQL: http://kosh.uni-koeln.de/api/de_alcedo/graphql
{
entries(queryType: wildcard, query: "*hue", field: lemma) {
id
lemma
xml
}
}
English Wordnet
Source: https://en-word.net/
Synsets Index
120.053 Synsets
- Swagger UI: http://kosh.uni-koeln.de/api/wordnet_en_synset/restful
- GraphiQL: http://kosh.uni-koeln.de/api/wordnet_en_synset/graphql
Entries Index
163.079 Entries
- Swagger UI: http://kosh.uni-koeln.de/api/wordnet_en_entry/restful
- GraphiQL: http://kosh.uni-koeln.de/api/wordnet_en_entry/graphql
Glossarium mediæ et infimæ latinitatis - Charles du Fresne, sieur du Cange
Source: https://sourceforge.net/p/ducange/code/HEAD/tree/xml
89.975 Entries
- Swagger: https://kosh.uni-koeln.de/api/ducange/restful
- GraphiQL: https://kosh.uni-koeln.de/api/ducange/graphql
{
entries(query: "*άϐα*", queryType: wildcard, field: foreign_grc) {
lemma
foreignGrc
}
}
Hiztegi Batua (Basque)
37.973 Entries
- Swagger UI: http://kosh.uni-koeln.de/api/hiztegibatua/restful
- GraphiQL: http://kosh.uni-koeln.de/api/hiztegibatua/graphql
{
entries(queryType: prefix, query: "aban", field: lemma) {
id
lemma
sensePos
xml
}
}
TuniCo - A Dictionary of Tunis Arabic
7.543 Entries
- Swagger UI: http://kosh.uni-koeln.de/api/tunico/restful
- GraphiQL: http://kosh.uni-koeln.de/api/tunico/graphql
{
entries(queryType: regexp, query: ".*ung", field: trans_de) {
id
lemma
transEn
transDe
}
}
Wörterbuch der Kölner Mundart - Fritz Hönig (Kölsch-Deutsch)
10.780 Entries
- Swagger UI: http://kosh.uni-koeln.de/api/hoenig/restful
- GraphiQL: http://kosh.uni-koeln.de/api/hoenig/graphql
{
entries(queryType: prefix, query: "scha", field:lemma_ksh ) {
id
lemmaKsh
translationDeu
}
}