This documentation is for version 2.0.dev, which is not released yet.
lingpy.basic.wordlist.Wordlist.calculate(data) | Function calculates specific data. |
lingpy.basic.wordlist.Wordlist.get_dict([...]) | Function returns dictionaries of the cells matched by the indices. |
lingpy.basic.wordlist.Wordlist.get_list([...]) | Function returns lists of rows and columns specified by their name. |
lingpy.basic.wordlist.Wordlist.get_entries(entry) | Return all entries matching the given entry-type as a two-dimensional list. |
lingpy.basic.wordlist.Wordlist.add_entries(...) | Add new entry-types to the word list by modifying given ones. |
lingpy.basic.wordlist.Wordlist.get_etymdict([...]) | Return an etymological dictionary representation of the word list. |
lingpy.basic.wordlist.Wordlist.get_paps([...]) | Function returns a list of present-absent-patterns of a given word list. |
lingpy.basic.wordlist.Wordlist.output(...) | Write wordlist to file. |
lingpy.basic.wordlist.Wordlist.calculate(data) | Function calculates specific data. |
lingpy.basic.wordlist.Wordlist.tokenize([...]) | Tokenize the data with help of orthography profiles. |
lingpy.basic.wordlist.Wordlist.pickle() | Store a dump of the data in a binary file. |
lingpy.basic.spreadsheet.Spreadsheet.get_matrix_full_rows() | Create a 2D matrix from only the full rows in the spreadsheet. |
lingpy.basic.spreadsheet.Spreadsheet.print_matrix_stats() | Convenience function to get some stats data about the spreadsheet |
lingpy.basic.spreadsheet.Spreadsheet.print_qlc_format() | Print “simple” QLC format. |