Code Monkey home page Code Monkey logo

Comments (4)

bambooforest avatar bambooforest commented on May 26, 2024

Can you provide me with an example or two, then I'll go through and check.

On Wed, Oct 1, 2014 at 12:43 PM, Daniel McCloy [email protected]
wrote:

There are some languages that are showing duplicate phonemes. Not sure if
this is caused by the denormRenorm function, or if there are errors in
the source data files, or some other cause. Affects 19 languages in SAPHON,
10 languages in AA, 3 languages in RA.


Reply to this email directly or view it on GitHub
#53.

from dev.

drammock avatar drammock commented on May 26, 2024

Writing from phone so can't do that easily. If you run the aggregation
script and then run the test script in this PR it will spit out the ISO
codes of the problem languages. Also this snippet may be useful:

foo <- split(final.data, final.data$LanguageCode)
sapply(foo, function(x) length(unique(x$Phonemes)) < length(x$Phonemes))

On Oct 1, 2014 6:48 PM, "Steven Moran" [email protected] wrote:

Can you provide me with an example or two, then I'll go through and check.

On Wed, Oct 1, 2014 at 12:43 PM, Daniel McCloy [email protected]
wrote:

There are some languages that are showing duplicate phonemes. Not sure
if
this is caused by the denormRenorm function, or if there are errors in
the source data files, or some other cause. Affects 19 languages in
SAPHON,
10 languages in AA, 3 languages in RA.


Reply to this email directly or view it on GitHub
#53.


Reply to this email directly or view it on GitHub
#53 (comment).

from dev.

drammock avatar drammock commented on May 26, 2024

On further inspection these errors seem to be of two types:

  1. cases where a single resource (aa, ra, saphon) has data on two different doculects that are classified with the same ISO code. In such cases we get lots of duplicate phonemes (basically, the set intersection of the inventories of the two dialects).
  2. cases where something else is going wrong, and the allophone collapsing code doesn't reduce properly.

from dev.

drammock avatar drammock commented on May 26, 2024

Many of these errors have been resolved, but #64 blocks this.

from dev.

Related Issues (20)

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.