A free, open dictionary-in-progress aiming to cover all words in all languages. Sister project of Wikipedia powered by MediaWiki.
Questions tagged [wiktionary]
67 questions
3
votes
1 answer
Query Wiktionary only returns few words
I'm trying to get all spanish nouns from Wiktionary. I only need the titles, not the meaning of each word. Following other similar posts, I tried this…

Keka Bron
- 419
- 4
- 17
3
votes
0 answers
How to parse Wiktionary templates and modules
I am having hard time to parse modules and templates
Actually i could not find how to get that data with API
Here i will give simple example
https://en.wiktionary.org/wiki/%C3%A7al%C4%B1%C5%9Fmak
It uses many modules and templates and parsed results…

Furkan Gözükara
- 22,964
- 77
- 205
- 342
3
votes
1 answer
where to download multi language word list from Wiktionary?
I was wondering if there was a place to download multi-language word lists from Wiktionary?

ct_
- 1,189
- 4
- 20
- 34
3
votes
3 answers
Build Errors When Importing Wiktionary
When importing the Wiktionary project into Eclipse, I immediately get error messages related to my strings.xml file. The same errors occur whether I download the project through subversion or from the SDK sample files.
Console errors:
[2010-12-27…

user555361
- 31
- 2
3
votes
2 answers
can we get the desired portion from the wiktionary api?
I'm using the wiktionary api to get information from the wiktionary.org..
I'm getting the data in the json format and i'm able to parse it too...
but i want to remove some portion of data from the result (in fact, i need only some data), but i dont…

Clewon
- 75
- 7
3
votes
2 answers
Wiktionary in Structured Format
How do I aqcuire a Wiktionary, for say English, in structured format, typically RDF?
The recommended website http://downloads.dbpedia.org/wiktionary/ is dead.
And I don't understand if there are some existing frameworks that extract an…

Nordlöw
- 11,838
- 10
- 52
- 99
3
votes
1 answer
Somebody knows about Wiktionary XML file structure?
I'm going to parse a Wiktionary file in many languages (English, Japanese, etc). From here (Parse Wiktionary XML data dump into MySQL database using PHP) I see the basic structure of it. But my question is that what these elements stand for?
For…
user4432226
3
votes
2 answers
How to get all nouns in a certain language from Wiktionary using SPARQL
I'm trying to query Wiktionary with SPARQL to get all the terms that are nouns of a certain language (for example German)
and as output:
the string of the noun
the grammatical gender (genus): male, female, neutral
I am using the SPARQL-Endpoint:…

nicole.torres
- 307
- 2
- 6
2
votes
0 answers
Receive word information from Wiktionary API
I'm currently trying to receive word information from Wiktionary, as said in the title. However, doing this approach doesn't work:
…

Arno Nymo
- 39
- 9
2
votes
1 answer
Request list of words on Wiktionary API
I'm trying to get a list of random french words from Wiktionary, using this. But words from other languages appear, how can I get only french words?

dav
- 43
- 1
- 5
2
votes
1 answer
Wiktionary/MediaWiki Search & Suffix Filtering
I'm building an application that will hopefully use Wiktionary words and definitions as a data source. In my queries, I'd like to be able to search for all Wiktionary entries that are similar to user provided terms in either the title or definition,…

pcorey
- 850
- 2
- 9
- 14
2
votes
1 answer
API WiktionaryNET
I am trying to use the Wiktionary's API trying to know if some words are defined or not.
I have seen the open source's WiktionaryNET and they use this code:
In my console code:
var word = Wiktionary.Define("clean");
foreach (var def in…

Jotch
- 55
- 1
- 9
2
votes
1 answer
Wiktionary import doesn't look anything like the official site
This is the official version. This is what my imported copy looks like:
The steps I used were as follows:
Used mwdumper (Java app) to generate a SQL dump of enwiktionary-DATE_HERE-pages-meta-current
Imported that into a fresh installation of…

Mike Thomsen
- 36,828
- 10
- 60
- 83
2
votes
1 answer
what would be the best approach to extract one language form wiktionary?
I have searched but not found what I want, which is:
the best and most efficient to extract all Italian words, etymologies and parts of speech... including plural forms of words (amico, amichi) from wiktionary. I would like to put it into either a…

esponapule
- 51
- 6