- 25 Sep, 2022 1 commit
-
-
egon w. stemle authored
Use the Named Entitites and Labels from the .nes and .labels files to generate XML like: ``` </Styles> +<Tags> +<NamedEntityTag ID="NET:0" LABEL="LOC" DESCRIPTION="Some NE"/> +... +<OtherTag ID="OT:0" LABEL="Topic" DESCRIPTION="ANZEIGEN"/> +</Tags> <Layout> ``` and insert the snippet after `</Styles>` and before `<Layout>`. Effectively, this is ALTO v2.1 [syntax](https://github.com/altoxml/documentation/wiki/v2.1-Changes) and [semantics](http://altoxml.github.io/documentation/use-cases/tags/ALTO_tags_usecases.html) in ALTO v2.0 files.
-
- 23 Aug, 2022 1 commit
-
-
Reduce valid Named Entitiies with `grep -E '^[A-Z]+\W[A-Za-z0-9.’& —-]+$'`.
-
- 20 Aug, 2022 1 commit
-
-
- 18 Aug, 2022 1 commit
-
-
- 15 Aug, 2022 2 commits
-
-
- 06 May, 2022 2 commits
-
-
egon w. stemle authored
-
egon w. stemle authored
-