Giter Club home page Giter Club logo

german-ipa-dict's People

Contributors

devio-at avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dietmar

german-ipa-dict's Issues

Order of pronunciation variants should be like on Wiktionary

Hi and thanks a lot for this repository!

I'd like to suggest to keep the ordering of pronunciation variants for the same word/entry in the same order as they appear on Wiktionary, because that typically reflects how common that pronunciation is (most common first).

The example where I came across this topic is the word "Storys" https://de.wiktionary.org/wiki/Storys
On that Wiktionary page we have this:
IPA: [ˈstɔːʁɪz], [ˈstɔʁis], [ˈstoːʁis], [ˈstɔʁiːsː], [ˈstoːʁiːsː], auch: [ˈʃtɔːʁɪz], [ˈʃtɔʁis], [ˈʃtoːʁis], [ˈʃtɔʁiːsː], [ˈʃtoːʁiːsː]

This repository's de_dewikt.csv has:

$ egrep '^Storys' de_dewikt.csv
Storys,/ˈstoːʁis/
Storys,/ˈstoːʁiːsː/
Storys,/ˈstɔʁis/
Storys,/ˈstɔʁiːsː/
Storys,/ˈstɔːʁɪz/
Storys,/ˈʃtoːʁis/,auch
Storys,/ˈʃtoːʁiːsː/,auch
Storys,/ˈʃtɔʁis/,auch
Storys,/ˈʃtɔʁiːsː/,auch
Storys,/ˈʃtɔːʁɪz/,auch

To my ear (Austrian German), the variants with oː feel very strange. But they come first, because of the final sorting that happens in extract_de_ipa.sh:

LC_ALL=C sort -u -o de_dewikt.csv < de_dewikt_raw.csv

I think it would be a good idea to keep the original order. In my use case of this list, I need one pronunciation for a given word. Just always taking the first one in the list would work better after this change (knowing that of course the information on Wiktionary can still be questionable).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.