Coder Social home page Coder Social logo

northeuralex's Introduction

CLDF dataset derived from Dellert et al.'s "NorthEuraLex (Version 0.9)" from 2020

CLDF validation

How to cite

If you use these data please cite

Description

This dataset is licensed under a CC-BY-4.0 license

Available online at http://www.northeuralex.org

Conceptlists in Concepticon:

Notes

This large database covers several languages of Northern Eurasia. For the conversion to CLDF, we considerably adjusted the IPA in the source.

Statistics

CLDF validation Glottolog: 100% Concepticon: 94% Source: 100% BIPA: 100% CLTS SoundClass: 100%

  • Varieties: 107 (linked to 107 different Glottocodes)
  • Concepts: 1,016 (linked to 954 different Concepticon concept sets)
  • Lexemes: 121,611
  • Sources: 1
  • Synonymy: 1.15
  • Invalid lexemes: 0
  • Tokens: 699,892
  • Segments: 678 (0 BIPA errors, 0 CLTS sound class errors, 676 CLTS modified)
  • Inventory size (avg): 52.43

Contributors

Name GitHub user Description Role
Tiago Tresoldi @tresoldi patron Other
Julius Steuer @justeuer orthographic profile Other
Johann-Mattis List @LinguList code, integration Editor
Robert Forkel @xrotwang code, integration Editor
Johannes Dellert editor DataCurator, DataManager, Author
Pavel Sofroniev @pavelsof original team cdlf curation DataCurator, DataManager

CLDF Datasets

The following CLDF datasets are available in cldf:

northeuralex's People

Contributors

chrzyki avatar justeuer avatar lingulist avatar muffinlinwist avatar xrotwang avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

xachab justeuer

northeuralex's Issues

Diphthongs transcribed as sequences of simple vowels for Manchu (and others)

The problem seems to be present in many languages. For some (as Japanese) I would not expect to find diphthongs, but for Manchu and English this is surely inadequate. This code snippet shows all languages that don't have diphthongs in their forms:

from cltoolkit import Wordlist
from lexibank_northeuralex import Dataset as NorthEuraLex
from pycldf import Dataset
from pyclts import CLTS

clts = CLTS()
bipa = clts.bipa

word_list = Wordlist([Dataset.from_metadata(NorthEuraLex().cldf_dir.joinpath('cldf-metadata.json'))])

for i, language in enumerate(word_list.languages):
    sound_types = []
    for form in language.forms:
        segments = form.data["Segments"]
        for segment in segments:
            sound_type = bipa[segment].type
            sound_types.append(sound_type)
    print("{} {}\t{}\t{}".format(i+1, language.id.split('-')[1], 'diphthong' in sound_types, language.name))

Partial output:

52 eng  False   English
75 mnc  False   Manchu

Identify sources

@LinguList says " sources: since to my knowledge there's no link from source to language, we're left alone and cannot tell which one belongs to which source. We could ask Johannes on some of these points"

Invalid segments

@tresoldi, would you mind having a look those?

ID LANGUAGE CONCEPT FORM SEGMENTS
khk-EssenN-1 khk EssenN ʲite ^ j i t e
khk-GelachterN-1 khk GelachterN ʲinetem ^ j i n e t e m
khk-GriffN-1 khk GriffN ʲiʃ ^ j i ʃ
khk-KanteN-1 khk KanteN ʲirmeɡ ^ j i r m e g
khk-SpeiseN-1 khk SpeiseN ʲite ^ j i t e
khk-StammN-1 khk StammN ʲiʃ ^ j i ʃ
khk-essenV-1 khk essenV ʲitex ^ j i t e x
khk-geratenV-1 khk geratenV ʲiɮrex ^ j i ɮ r e x
khk-glaubenV-1 khk glaubenV ʲitʰɡex ^ j i tʰ g e x
khk-groA-1 khk groA ʲix ^ j i x
khk-kommenV-1 khk kommenV ʲirex ^ j i r e x
khk-lachenV-1 khk lachenV ʲinex ^ j i n e x
khk-pfeifenV-1 khk pfeifenV ʲisɡerex ^ j i s g e r e x
khk-scharfA-2 khk scharfA ʲirtʰej ^ j i r tʰ e j
khk-schickenV-1 khk schickenV ʲiɮɡex ^ j i ɮ g e x
khk-soADV-2 khk soADV ʲinɡet ^ j i n g e t
khk-zunehmenV-1 khk zunehmenV ʲixsex ^ j i x s e x
lit-BuchtN-1 lit BuchtN ʲiːɫɐnkɐ ^ j iː lˠ ɐ n k ɐ
lit-eintretenV-1 lit eintretenV ʲiːʒɛnˑɡtʲɪ ^ j iː ʒ ɛ nˑ g tʲ ɪ
lit-einwickelnV-1 lit einwickelnV ʲiːʋʲiːnʲɪoːtʲɪ ^ j iː ʋʲ iː nʲ ɪ oː tʲ ɪ
lit-hinaufADV-2 lit hinaufADV ʲiː ʋʲɪrˑʃuː ^ j iː + ʋʲ ɪ rˑ ʃ uː
lit-hineingehenV-1 lit hineingehenV ʲiːɛʲɪˑtʲɪ ^ j iː ɛ j ɪˑ tʲ ɪ
lit-steckenV-2 lit steckenV ʲiːkʲɪʃtʲɪ ^ j iː kʲ ɪ ʃ tʲ ɪ
lit-verschiedenA-1 lit verschiedenA ʲiːʋɐʲɪˑrʊs ^ j iː ʋ ɐ j ɪˑ r ʊ s

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.