Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1
2
3
4
5
6
7
8
9
10
"""
This module provides basic classes for the handling of linguistic data.
The basic idea is to provide classes that allow the user to handle basic
linguistic datatypes (spreadsheets, wordlists) in a consistent way.
# flake8: noqa
from lingpy.basic.wordlist import Wordlist, get_wordlist
from lingpy.basic.tree import Tree