basicconverter
Base class for converters.
BasicConverter
Take care of data common to all BasicConverter classes.
Source code in corpustools/basicconverter.py
25 26 27 28 29 30 31 32 33 34 35 36 37 | |
__init__(filename)
Initialise the BasicConverter class.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filename
|
str
|
the path to the file that should be converted |
required |
Source code in corpustools/basicconverter.py
28 29 30 31 32 33 34 35 36 37 | |