Revision history for perl module Wiktionary::Parser
0.11 2013-11-24
-
Attempted to fix some errors listed in CPAN Testers report - perl 5.14 on various BSD's
gets the error: "Can't locate Locale/Codes/Constants.pm in @INC"
0.10 2013-11-23
-
use Local::Language::Constants in Wiktionary::Parser::Language
-
added cpanfile
-
added .rock.yml to run via rock runtimes (www.rockstack.org)
0.09 2013-08-04
-
added include_transliterations and include_alternate_translations as optional flags in get_translations()
0.08 2012-07-18
-
Various bugfixes for data sanitizing
-
Fixed issue with unit tests
0.07 2012-07-15
-
Updates to documentation and example scripts
0.06 2012-07-14
-
Added part of speech info to output of get_translations()
-
Included translations from other wiktionary pages linked to the original one
0.05 2012-07-14
-
updated documentation
-
Added example scripts in /bin
-
Various bugfixes
0.04 2012-07-11
-
Added unit test for parsing a document
-
Added unit test for parsing translations
-
Refactored translation parser
0.03 2012-07-08
-
Added subdocuments to provide more functionality when retrieving child sections of the document.
-
Follow Wikisaurus links for synonyms, hyponyms, hypernyms, etc and include content from those pages.
-
Provided method for downloading audio files for pronunciations
-
Normalize language codes and provide consistent language names
0.02 2012-07-07
-
accessors for translations, synonyms, hyponyms, hypernyms, antonyms, pronunciations, word senses, parts of speech
-
stubbed out accessors for etymologies, derived words, alternative forms
-
added methods for accessing and traversing document sections
-
utilize MediaWiki::API package
0.01 2012-07-05
-
First version