edsnlp.pipelines.core.endlines.functional
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
|
TYPE:
|
Source code in edsnlp/pipelines/core/endlines/functional.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|