LingPy

lingpy.algorithm.misc.loadtxt

lingpy.algorithm.misc.loadtxt(infile)

Function imitates the numpy.loadtxt() function.

Parameters :

infile : file

The input file from which the data is read.

Returns :

data : list

A list object which renders the dimensions of the input file.