Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.5.0
    0d3f9e72 · Update with v1.5.0 ·
  • v1.4.0
    c575ddd2 · Update with v1.4.0 ·
    Version 1.4.0
    
    Fix
    - Incorrectly named files in ARBEI/1922
    - Incorrectly named files in TIPOS/18990503
    - TIWAS/TIWASB mixup
    
    Remove
    - Duplicate folder OBEWO/19130102
  • v1.3.0
    a5c60a8e · Update with v1.3.0 ·
    Version 1.3.0
    
    Add ALTO <Tags> with <NamedEntityTag>,<OtherTag> from .nes,.labels files.
    
    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.
  • v1.2.0
    6da1e89e · Update with v1.2.0 ·
    Version 1.2.0
    
    Fix incorrectly sorted folder in ZDB-3062661-4.
    
  • v1.1.0
    06d1069e · Update with v1.1.0 ·
    Version 1.1.0
    
    Clean up .nes files:
    Reduce valid Named Entitiies with `grep -E '^[A-Z]+\W[A-Za-z0-9.’& —-]+$'`.
    
  • v1.0.0
    Version 1.0.0
    
    Contains [alto-pipe](https://gitlab.inf.unibz.it/commul/all4ling/alto-pipe)'s
    extracted text, named entities, and automatically assigned labels.
    
  • v0.9.0
    2ba84c1a · Initial commit ·
    Version 0.9.0
    
    Initial version with submodules containing pristine ALTO XML files from
    data provider(s).