Skip to content

Commit

Permalink
V5.0.0
Browse files Browse the repository at this point in the history
Release candidate for V5.0.0:
  * New documents in academic, bio, fiction and reddit subcorpora
  * Split bridging relations into 3 subtypes:
    * bridge:aggr - aggregate reference to multiple antecedents
    * bridge:def - definite entity introduced by bridging
    * bridge:other - all other cases of bridging
  * Add morph layer based on UD morphology
  * Add sentence type `multiple` for sentence coordinating multiple types; the type `other` now only includes sentences not falling into any other category
  * Merge Stanford and UD parses for simultaneous queries in ANNIS/PAULA
  * Separate coreference and bridging visualizations in ANNIS
  • Loading branch information
amir-zeldes authored Mar 21, 2019
2 parents 69b3b83 + 489dc67 commit f764070
Show file tree
Hide file tree
Showing 4,893 changed files with 4,034,589 additions and 2,032,910 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions _build/build_gum.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def setup_directories(gum_source, gum_target):
# Adjust tsv/ files:
# * refresh and re-merge token strings in case they were mangled by WebAnno
# * adjust sentence borders to match xml/ <s>-tags
# * find instances of "'s" that are not included in any immediately preceding
# markables and merge them into those markables if genitive_s is True
fix_tsv(gum_source, gum_target, reddit=reddit)

# Adjust rst/ files:
Expand Down
Loading

0 comments on commit f764070

Please sign in to comment.