Skip to content
Snippets Groups Projects
Commit fda7018b authored by David Rouquet's avatar David Rouquet
Browse files

Update README.md

parent 23de7f0a
Branches
No related tags found
No related merge requests found
Pipeline #192 passed
...@@ -28,6 +28,19 @@ The encoding script work on xml files conforming to `./data/orig/req_document.xs ...@@ -28,6 +28,19 @@ The encoding script work on xml files conforming to `./data/orig/req_document.xs
Examples of an input anf outputs are provided in `./data/examples/` Examples of an input anf outputs are provided in `./data/examples/`
Ziped folders of "unlized" XML files of the corpus are available in the ./data folder.
:bangbang: For some reason a namespace attribute of the root node make the script crash on the documents of the corpus.
Please modify the following :
```
<req_document xsi:schemaLocation="req_document.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="req_document.xsd">
```
to
```
<req_document xsi:schemaLocation="req_document.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
```
before submiting an xml of the corpus to the script.
First clone the repo (or at least download the scripts folder): First clone the repo (or at least download the scripts folder):
``` ```
git clone https://gitlab.tetras-libre.fr/unl/nlreqdataset-unl-enco.git git clone https://gitlab.tetras-libre.fr/unl/nlreqdataset-unl-enco.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment