WiktionaryParser icon indicating copy to clipboard operation
WiktionaryParser copied to clipboard

A Python Wiktionary Parser

Results 38 WiktionaryParser issues
Sort by recently updated
recently updated
newest added

The `find_all()` function is apparently searching for the wrong audio tag, meaning, empty `audio` field. The solution is to look for an `audiotable` class and get audio files from there.

I have a simple script that grabs the audio of words using this library. The script is unchanged but now every word returns an empty array for audio under pronunciation...

Fetching verity results in an AttributeError, yet verity is in the wiktionary at https://en.wiktionary.org/wiki/verity Here is the code to reproduce the problem: from wiktionaryparser import WiktionaryParser parser = WiktionaryParser() result...

I made a shell program to compile Latin definitions. I'm noticing that entries with the part of speech 'participle' are coming back with an empty list for definitions. Examples are...

The 0.0.97 version in PyPI has "version = '0.0.97'" in setup.py, but the source code here still have "version = '0.0.96'".

Hi everyone, As part of a school project where I needed a bunch of words in french and their definition (also in french), I forked the project and modified the...

This PR solves (hopefully) many of the already issues and requests regarding the possibility to adapt the fantastic code by @Suyash458 to other language. The strategy I adopted is close...

Fixes #81 The list of pronunciation_div_classes in the function parse_pronunciations was missing the div class used on Chinese entries: "zhpron"

Hi, Thank you for this excellent parser. I am trying to run this parser on Cantonese entries in Wiktionary, but they are not always found, and when they are found,...

it would be to have the conjugation of verbs For Italian, see https://en.wiktionary.org/wiki/percuotere?printable=yes Regards Matteo