This documentation is for version 2.0.dev, which is not released yet.
lingpy.compare.lexstat.LexStat(filename, ...) | Basic class for automatic cognate detection. |
lingpy.compare.borrowing.trebor.Trebor | |
lingpy.compare.borrowing.trebor.TreBor(dataset) | Basic class for calculations using the TreBor method. |
lingpy.compare.borrowing.trebor.TreBor.add_entries(...) | Add new entry-types to the word list by modifying given ones. |
lingpy.compare.borrowing.trebor.TreBor.get_GLS([...]) | Create gain-loss-scenarios for all non-singleton paps in the data. |
lingpy.compare.borrowing.trebor.TreBor.get_CVSD([...]) | Calculate the Contemporary Vocabulary Size Distribution (CVSD). |
lingpy.compare.borrowing.trebor.TreBor.get_AVSD(glm) | Function retrieves all paps for ancestor languages in a given tree. |
lingpy.compare.borrowing.trebor.TreBor.get_IVSD([...]) | Calculate VSD on the basis of each item. |
lingpy.compare.borrowing.trebor.TreBor.get_MLN(glm) | Compute an evolutionary network for a given model. |
lingpy.compare.borrowing.trebor.TreBor.get_PDC(glm) | Calculate Patchily Distributed Cognates. |
lingpy.compare.borrowing.trebor.TreBor.analyze([...]) | Carry out a full analysis using various parameters. |
lingpy.compare.borrowing.trebor.TreBor.plot_MLN(glm) | Plot the MLN with help of Matplotlib. |
lingpy.compare.borrowing.trebor.TreBor.plot_MSN(glm) | Plot the Minimal Spatial Network. |
lingpy.compare.borrowing.trebor.TreBor.plot_concepts(...) | Plot the Minimal Spatial Network. |
lingpy.compare.lexstat.LexStat(filename, ...) | Basic class for automatic cognate detection. |
lingpy.compare.lexstat.LexStat.add_entries(...) | Add new entry-types to the word list by modifying given ones. |
lingpy.compare.lexstat.LexStat.align_pairs(...) | Align all or some words of a given pair of languages. |
lingpy.compare.lexstat.LexStat.calculate(data) | Function calculates specific data. |
lingpy.compare.lexstat.LexStat.cluster([...]) | Function for flat clustering of words into cognate sets. |
lingpy.compare.lexstat.LexStat.get_dict([...]) | Function returns dictionaries of the cells matched by the indices. |
lingpy.compare.lexstat.LexStat.get_entries(entry) | Return all entries matching the given entry-type as a two-dimensional list. |
lingpy.compare.lexstat.LexStat.get_etymdict([...]) | Return an etymological dictionary representation of the word list. |
lingpy.compare.lexstat.LexStat.get_list([...]) | Function returns lists of rows and columns specified by their name. |
lingpy.compare.lexstat.LexStat.get_paps([...]) | Function returns a list of present-absent-patterns of a given word list. |
lingpy.compare.lexstat.LexStat.get_random_distances([...]) | Method calculates randoms scores for unrelated words in a dataset. |
lingpy.compare.lexstat.LexStat.get_scorer([...]) | Create a scoring function based on sound correspondences. |
lingpy.compare.lexstat.LexStat.output(...) | Write wordlist to file. |
lingpy.compare.lexstat.LexStat.pickle() | Store a dump of the data in a binary file. |
lingpy.compare.lexstat.LexStat.tokenize([...]) | Tokenize the data with help of orthography profiles. |