Skip to content
Snippets Groups Projects

Filter entities by name when extracting data from Arkindex

Merged Manon Blanco requested to merge allow-unknown-entities into main
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -125,4 +125,4 @@ teklia-dan dataset extract \
--tokens tokens.yml
```
If several separators follow each other, it will keep only one, ideally `\n` if there is one, otherwise ` `. If you change the order of the `--entity-separators` parameters, then it will keep a ` ` if there is one, otherwise `\n`.
If several separators follow each other, it will keep only one, ideally a breakline if there is one, otherwise a space. If you change the order of the `--entity-separators` parameters, then it will keep a space if there is one, otherwise a breakline.
Loading