bitextor / bleualign-cpp

GNU General Public License v3.0
7 stars 2 forks source link

Add header to input and output files and paragraph identification support #13

Closed cgr71ii closed 2 years ago

cgr71ii commented 2 years ago

The input file will have to contain a header which describes each column, and an output header will be printed. Changes:

If the text data provided in the input file contains paragraph identification information in TSV format once base64-decoded, the flag --paragraph-identification should be set. Changes:

These changes have been tested with basic configuration of the tool and, apparently, does not add any unexpected behaviour beyond the mentioned input and output headers or the properly format of the paragraph id. inf.

PS: this branch contains, unintentionally, the changes of the branch paragraph_identification.

cgr71ii commented 2 years ago

PR #14 should be accepted before (if accepted) this PR, since this PR contains #14.