Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nlreqdataset-unl-enco
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL
nlreqdataset-unl-enco
Commits
fda7018b
Commit
fda7018b
authored
5 years ago
by
David Rouquet
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
23de7f0a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#192
passed
5 years ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-0
13 additions, 0 deletions
README.md
with
13 additions
and
0 deletions
README.md
+
13
−
0
View file @
fda7018b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment