Feature #3143
Mis à jour par Serge Heiden il y a environ 4 ans
Add a new "From File" subcorpus creation method, and TAB in the SubCorpus command UI, that gets the list of matches from method to build a file.
The TAB has two parameters: subcorpus "from file" :
* .bin : a "File format" option CQP subcorpus binary file (result of the save CQP command) : see proto macro SaveSubCorpusMacro.groovy)
** * .tsv (default) : a TSV file made of 2 columns, 1 line=1 match. 1st column=start position and 2nd column=end position
*** format useful for editing the list of matches outside of TXM
** .bin : a CQP subcorpus binary file (result of the save CQP command) : see SaveSubCorpusMacro.groovy prototype macro)
*** [SLH] native CQP dump/undump ?
* the "Input file [...]" parameter to select the file path
The TAB has two parameters: subcorpus "from file" :
* .bin : a "File format" option CQP subcorpus binary file (result of the save CQP command) : see proto macro SaveSubCorpusMacro.groovy)
** * .tsv (default) : a TSV file made of 2 columns, 1 line=1 match. 1st column=start position and 2nd column=end position
*** format useful for editing the list of matches outside of TXM
** .bin : a CQP subcorpus binary file (result of the save CQP command) : see SaveSubCorpusMacro.groovy prototype macro)
*** [SLH] native CQP dump/undump ?
* the "Input file [...]" parameter to select the file path