Feature #1596
Mis à jour par Matthieu Decorde il y a presque 10 ans
Currently, <w> is the default implicit element used to encode word level units (leafs) of the TXM corpus model in all the XML based import modules. Some corpora need to be able to associate to the word level smaller linguistic units:
* letters (characters)
* syllables
* etc.
h3. Solution
Make the word level XML element name public and customizable. costumizable.
Add a new import parameter that declares the XML element that encodes the CQP words/tokens.
"w" is the default value for that parameter.
All import module steps are concerned by this new parameter.
note: only available in XML-XTZ import module for now
* letters (characters)
* syllables
* etc.
h3. Solution
Make the word level XML element name public and customizable. costumizable.
Add a new import parameter that declares the XML element that encodes the CQP words/tokens.
"w" is the default value for that parameter.
All import module steps are concerned by this new parameter.
note: only available in XML-XTZ import module for now