Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 1.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2023-11-06

Added

  • option to add audio files
  • wordlist command

Fixed

  • gracefully handle clitics annotated as separate words
  • handle empty translations in dic examples

Changed

  • now generating tables for lexemes, stems, morphemes, morphs, using cldf-ldd for the CLDF side
  • externalized morph_id retrieval
  • deleting existing columns when renaming
  • use drop_empty in cldf settings to omit empty senses when converting LIFT
  • renamed commands

0.1.0 - 2022-11-27

Fixed

  • lexicon retrieval of clitics
  • path handling in CLI

Changed

  • re-reimplemented XML extraction

Added

  • CLDF dataset creation
  • senses.csv

0.0.3 -- 2022-10-22

Fixed

  • missing glosses are handled
  • all records make it into sentences.csv
  • empty fields in produced lexicon csv file are handled

Changed

  • reimplemented flex2csv and lift2csv from the ground up with beautifulsoup

0.0.2 - 2022-10-17

Added

  • skip LIFT entries without sense(s)
  • check for either gloss or definition in senses

Changed

  • overhaul of flex2csv component
  • more informative and colorful log

[0.0.1] - 2022-03-08

Initial release