Code Monkey home page Code Monkey logo

germanic-phonetics-transcriber's Introduction

# Germanic phonetic/phonological transcription

### Available languages Old Norse, Old Swedish and Gothic are available to be phonetically transcribed.

In [1]: from phonetics import *

In [2]: import gothic, old_swedish, old_norse

In [3]: example_sentence = "Anastodeins aiwaggeljons Iesuis Xristaus sunaus gudis."

In [4]: tr = Transcriber(gothic.DIPHTHONGS_IPA, gothic.DIPHTHONGS_IPA_class, gothic.IPA_class, gothic.gothic_rules)

In [5]: tr.main(example_sentence)

Out [5]: [anastoːðiːns ɛwaŋgeːljoːns jeːsuis kristɔs sunɔs guðis]"

In [6]: sentence = "Far man kunu oc dör han för en hun far barn. oc sigher hun oc hænnæ frændær."

In [7]:  tr = ut.Transcriber(old_swedish.DIPHTHONGS_IPA, old_swedish.DIPHTHONGS_IPA_class, old_swedish.IPA_class,
                    old_swedish.old_swedish_rules)
In [8]: tr.main(sentence)

Out [8]: "[far man kunu ok dør han før ɛn hun far barn ok siɣɛr hun ok hɛnːɛ frɛndɛr]"

In [9]: from cltk.phonology.old_norse import transcription as ont

In [10]: sentence = "Gylfi konungr var maðr vitr ok fjölkunnigr"

In [11]: tr = Transcriber(ont.DIPHTHONGS_IPA, ont.DIPHTHONGS_IPA_class, ont.IPA_class, ont.old_norse_rules)

In [12]: tr.main(sentence)

Out [12]: "[gylvi kɔnungr var maðr vitr ɔk fjœlkunːiɣr]"

germanic-phonetics-transcriber's People

Contributors

clemsciences avatar

Watchers

James Cloos avatar

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.