Skip to content

Instantly share code, notes, and snippets.

@LinguList
LinguList / README.md
Created February 27, 2019 15:19
A Primer on Automatic Inference of Sound Correspondence Patterns (2): Initial Experiments with Alignments from the Tableaux Phonétiques des Patois Suisses Romands

A Primer on Automatic Inference of Sound Correspondence Patterns (2): Initial Experiments with Alignments from the Tableaux Phonétiques des Patois Suisses Romands

To run the script provided here, make sure to download the data from Zenodo, and unpack the folder multiple.zip. Then cd into the folder, and run the script as follows:

$ python to_wordlist.py

To install all requirements, just type:

@LinguList
LinguList / README.md
Created March 26, 2019 11:41
A Primer on Automatic Inference of Sound Correspondence Patterns (3): Extended Experiments with Alignments from the Tableaux Phonétiques des Patois Suisses Romands

A Primer on Automatic Inference of Sound Correspondence Patterns (3): Extended Experiments with Alignments from the Tableaux Phonétiques des Patois Suisses Romands

To run the script provided here, make sure to download the GIST, and install the requirements for LingRex. Then, simply type:

$ python code.py
@LinguList
LinguList / Bodth-2019-664.tsv
Created June 26, 2019 13:58
Checking the intersection of concept lists with `pyconcepticon`
ID NUMBER ENGLISH CONCEPTICON_ID CONCEPTICON_GLOSS
Bodth-2019-664-1 1 1sg 1209 I
Bodth-2019-664-2 2 2pl.excl 1213 YOU
Bodth-2019-664-3 3 2pl.incl 1131 WE (INCLUSIVE)
Bodth-2019-664-4 4 2sg 1215 THOU
Bodth-2019-664-5 5 3sg 262 HE OR SHE OR IT
Bodth-2019-664-6 6 ablative
Bodth-2019-664-7 7 above, top 2379 UP OR ABOVE
Bodth-2019-664-8 8 achieve, obtain 694 GET
Bodth-2019-664-9 9 aconite
@LinguList
LinguList / README.md
Created August 17, 2019 15:19
Feature-Based Alignment Analyses with LingPy and CLTS (1)

Feature-Based Alignment Analyses with LingPy and CLTS (1)

Requirements (can all be installed with PIP)

  • pyclts
  • tabulate

Run code

Feature-Based Alignment Analyses with LingPy and CLTS (2)

Requirements (can all be installed with PIP)

  • lingpy
  • pyclts

Run code

Automated Mapping of Metadata to Concepticon

See the blog at https://calc.hypotheses.org for details.

To run the code, just type:

$ python code.py
@LinguList
LinguList / README.md
Last active February 23, 2021 15:33
Working with WALS Data in CLDF

How to work with WALS data in CLDF

This code example accomanies a blog post published as part of the blog "Computer-Assisted Langauge Comparison in Practice" (https://calc.hypotheses.org).

In order to get started, install the WALS dataset in CLDF format with the help of pip (ideally, make sure to use a fresh virtual environment!).

$ pip install -e git+https://github.com/cldf-datasets/wals.git@v2020#egg=cldfbench_wals

Once this has been done, you should be able to run the script wals.py by simply typing:

@LinguList
LinguList / README.md
Created July 11, 2019 16:40
Waterman-Eggert Illustration and Patch for LingPy

Waterman-Eggert algorithm for Sentence Alignment

This is a short patch for LingPy's Waterman-Eggert implementation and an illustration how the algorithm can be used to carry out the alignment of two sentences provided in phonetic transcription in linguistics. To test this script, make sure to install LingPy and run the following in your terminal:

$ python code.py
@LinguList
LinguList / Makefile
Last active June 3, 2022 06:51
How to Compute Colexifications with CL Toolkit
install:
git clone https://github.com/intercontinental-dictionary-series/ids.git
git clone https://github.com/lexibank/northeuralex.git
pip install cltoolkit
colexifications:
python colexifications.py