edsnlp.pipelines.core.endlines.functional
get_dir_path(file)
Source code in edsnlp/pipelines/core/endlines/functional.py
26 27 28 |
|
build_path(file, relative_path)
Function to build an absolut path.
PARAMETER | DESCRIPTION |
---|---|
file |
|
relative_path |
relative path from the main file to the desired output
|
RETURNS | DESCRIPTION |
---|---|
path
|
Source code in edsnlp/pipelines/core/endlines/functional.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|