Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKl committed Mar 3, 2025
1 parent b3595c5 commit ec40982
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/exporters/sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name is empty.
Example:
```toml
[export.config]
component = { ctype = "Pointing", layer = "", "coreference" }
component = { ctype = "Pointing", layer = "", name = "coreference" }
```

### anno
Expand Down
16 changes: 15 additions & 1 deletion docs/importers/xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@

Generic importer for XML files.

*No Configuration*
## Configuration

### text_from_attribute

For specfic tag names, the covered text can be retrieved from
attribute values rather than the enclosed text. This is required
for unary tags, for example, especially for stand-off formats.
This attribute maps tag names to attribute names.

### closing_default

The given string value will be appended to the covered text after
seeing the closing tag. A non-empty string is required to represent
unary tags. This is crucial for dealing with stand-off formats.

0 comments on commit ec40982

Please sign in to comment.