Feature #3353

Mis à jour par Serge Heiden il y a plus de 2 ans

Help to sample a corpus at:

a)
* import
** cut texts at n first words after tokenization
*** add 'Sampling' section in import parameters form
*** add 'Sample texts to [ ] first words' parameter
*** add 'Cut at sentence boundaries' option parameter

or

b)
* update
** add new corpus command 'Sample texts at n first words' (on XML-TXM pivot)
*** add 'Number of words' parameter
*** add 'Cut at sentence boundaries' option parameter
*** update corpus

or

c)
* update
** add new corpus command 'Sample texts from sub-corpus' (on XML-TXM pivot from sub-corpus matches)
*** for example with sub-corpus built with query @<text> []{1,10000}@ and MatchingStrategy set at 'longest'
*** update corpus

Retour