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 a file.
The TAB has one parameter: two parameters:
* "Input file [...]": to select the file path
The file can have two different formats, defined by the file extension: a "File format" option :
** .tsv: .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: .bin : a CQP subcorpus binary file (result of the save CQP command) : see SaveSubCorpusMacro.groovy prototype macro)
*** [SLH] native CQP undump/dump dump/undump ?
*** format efficient for dumping large subcorpora * the "Input file [...]" parameter to select the file path
The TAB has one parameter: two parameters:
* "Input file [...]": to select the file path
The file can have two different formats, defined by the file extension: a "File format" option :
** .tsv: .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: .bin : a CQP subcorpus binary file (result of the save CQP command) : see SaveSubCorpusMacro.groovy prototype macro)
*** [SLH] native CQP undump/dump dump/undump ?
*** format efficient for dumping large subcorpora * the "Input file [...]" parameter to select the file path