Andrea Poltronieri

Results 34 comments of Andrea Poltronieri

I think the cleanest and most sustainable thing would be to write a script that renames files containing question marks (very simply based on the Unix `mv` command). An integration...

In https://github.com/jonnybluesman/choco/commit/5725112b637631c107020183157199266dca9e6f a script named `rename_files.py` has been added to the choco folder. The script renames all the file removing question marks (`?`) and replacing blank spaces with an underscore...

In b2aa3432836e2b137e95347d80dddb864c125549 the basic Dockerfile which wraps both parsers and converters has been implemented. As soon as the kg-generation module will be implemented, a specific file for the KG creation...

In order to make everything aligned, I regenerated all the `conversion metadata files` adding two columns: * `original_namespace` * `converted_namespace`