Questions tagged [wiktionary]

A free, open dictionary-in-progress aiming to cover all words in all languages. Sister project of Wikipedia powered by MediaWiki.

67 questions
2
votes
3 answers

Searching all elements before an h2 element in hpricot/nokogiri

I am attempting to parse a Wiktionary entry to retrieve all english definitions. I am able to retrive all definitions, the problem is that some definitions are in other languages. What I would like to do is somehow retrieve only the HTML block…
Dave
1
vote
0 answers

Getting Wiktionary Term from DBPedia Sparql Endpoint with RDFSharp

I am trying to return dbpedia entries for Wiktionary terms by searching for the term using the RDFSharp library. (Once I have the term, I'll get additional properties, but for now I just need to know if I'm approaching this the right way.) My…
David Gerding
  • 232
  • 3
  • 10
1
vote
0 answers

Mapping from Wiktionary part-of-speech tags to 12 universal part-of-speech tags

Does anyone have a Python dict mapping from the Wiktionary part-of-speech tags to the 12 universal part-of-speech tags, along with a rationale for the mapping? The 12 universal tags are: VERB - verbs (all tenses and modes) NOUN - nouns (common and…
1
vote
0 answers

dbnary SPARQL query yield zero results, how to find the cause?

I have some basic experience in using SPARQL with Wikidata, and now I'm trying my first steps in DBnary, an attempt to extract structural RDF data from Wiktionary. The first example they give loads all available German translations of the English…
Jonas Sourlier
  • 13,684
  • 16
  • 77
  • 148
1
vote
1 answer

Wiktionary Parser for Python 3.6_ only for definitions

I am trying to parse the definitions of target English word from "en.Wiktionary.org" I had considered already existing module(https://github.com/Suyash458/WiktionaryParser/blob/master/readme.md) ,however, it parses redundancies to my purpose - such…
Daschin
  • 119
  • 1
  • 4
1
vote
1 answer

Ajax call to wiktionary.org to retrieve information on one specific language

To get information about a word in Wiktionary, I can make an Ajax call to the following URL at wiktionary.org: https://en.wiktionary.org/w/api.php?action=parse&format=json&prop=text|revid&callback=?&page=слово, where слово is the word of…
James Newton
  • 6,623
  • 8
  • 49
  • 113
1
vote
0 answers

"vsSwitcher" table class on Wiktionary

I have been looking at implementing Wiktionary's vsSwitcher table class for some time, but cannot find where it is defined. It is used in pages such as the table generator module used for Finnish declensions, as well as multiple other such modules…
Darkgamma
  • 123
  • 6
1
vote
1 answer

wiktionary - I cannot get a local working copy

I'll be the first to admit I'm not the smartest person in the world, but I'm at a loss on this one. I want to have access to the words and details of each word of the English Wiktionary project. I saw they do data dumps, and got all excited. That…
1
vote
0 answers

What is the simplest way to get a Wiktionary definition working in my Chrome extension?

This person has a very simple translation script working on the Wiktionary API. How would I go about modifying this to return some dictionary definitions for English words? http://jsfiddle.net/karlb/PxfrJ/11/ function show_result(data) { …
rolandnsharp
  • 281
  • 1
  • 4
  • 13
1
vote
1 answer

How do I access the "See Also" Field in the Wiktionary API?

Many of the Wiktionary pages for Chinese Characters (Hanzi) include links at the top of the page to other similar-looking characters. I'd like to use the Wiktionary API to send a single character in the query and receive a list of similar…
carpiediem
  • 1,918
  • 22
  • 41
1
vote
1 answer

Wiktionary API to retrieve word forms (or other free service)

This is a question particularly for Russian/Ukrainian languages but may be useful for other languages too. Is there a possibility to retrieve word forms as raw data? To use in mobile application for example. These forms are present on the general…
user1264176
  • 1,118
  • 1
  • 9
  • 26
0
votes
1 answer

Android Sample Widget SimpleWiktionary does not update

I am trying to wrap my head around Android Widgets, using the sample provided here: http://code.google.com/p/wiktionary-android/ I have corrected the strings.xml but the plugin will not work properly, neither on the emulator nor on the actual phone.…
Lukas Ruge
  • 2,204
  • 3
  • 30
  • 42
0
votes
0 answers

Get list of nouns and declension of a word from Wiktionary API

I would like to get: a list of nouns in a specific language the case declension table for a word in a slavic language. I was hoping to be able to send something like an http get request with…
Val
  • 1,548
  • 1
  • 20
  • 36
0
votes
1 answer

How are you supposed to do admin/sysop actions with Pywikibot 8?

I have been using an outdated version of Pywikibot and Python 2 and finally got around to upgrading to Python 3 and Pywikibot 8. All support for "sysop" accounts seems to have been removed and there's no documentation I can find on how to work with…
Urban Vagabond
  • 7,282
  • 3
  • 28
  • 31
0
votes
0 answers

Use Wiktionary to create custom vocab lists in multiple languages (e.g. Chinese, Japanese, English)

complete REST API noob here, and first time on stackoverflow. My problem is: I currently have a long English-Japanese character vocabulary list. I am also studying Mandarin Chinese and already know Cantonese. For each entry that currently contains…