Skip to content
Nikolaj Lindberg edited this page Mar 15, 2016 · 32 revisions

TODO / Norwegian use case

  • Import function
  • Validation
  • Synthesize transcriptons
  • G2P
  • De-/recompounding for automatic transcriptions
  • Status with timestamp
  • Comments (with timestamp?)
  • Search box (OK with like instead of regexp implementation?)
  • Export function
  • Easy installation
  • ... and editor/entry list/admin gui, etc

Components/functionality

Database

Admin GUI

User GUI

Validation

HTTP server


General

  • Add a few more publicly available pronunciation dictionaries (currently only a Swedish one): British English, American English and perhaps Norwegian and Danish.
  • Convert transcriptions of existing lexica (e.g. NST: insert phoneme delimiter, etc. Cf existing internal Scala code)
  • Add lexicon data to repo.
  • Define a text format for importing and exporting lexica
  • Implement the symbolset(-mapper) for the new Go environment

select entry.strn, lemma.strn from entry left join lemma2entry on lemma2entry.entryid = entry.id left join lemma on lemma.id = lemma2entry.lemmaid;

Clone this wiki locally