Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teiwa
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
teiwa
Graph
9d5ffde598800391a064239809b14e7a76cb2f46
Select Git revision
Branches
3
main
default
protected
support-strictTEI
support-webanno
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Dec
3
Nov
2
25
Oct
18
Aug
19
Mar
18
15
4
Finish implementing the annotation-building process for WebAnno + add a lot of unit and regression tests
support-webanno
support-webanno
A little something that starts going in the right direction and at least can parse WebAnno again
Fix CoNLL and WebAnno formats to pass the regression tests
Add regression tests
A little bit of gardening: splitting a module growing a little bit too bushy, regrouping some conceptually linked operations
Factorize stack-editing functions in Annotation
Generalize Annotations to accomodate arbitrary tags (and not only <s/>, <w/> and <pc/>) on arbitrarily nested structure
Draft a very simple WebAnno reader ignoring the fields described in header and taking a lot from TSV and CoNLL
Update version bounds for base
main
main
Remove useless and commented-out code
Support CoNLL-X's representation of contractions (labeled with a range instead of a regular id and expanded on the following lines)
Add support for --strictTEI option to enforce the use of TEI's LLA attributes only
Rename CoNLLX module (the 'N' was erroneously lowercase)
support-strictTEI
support-strictTEI
Implement custom headers to select columns in CoNLL-X
Implement strictTEI filtering
Complete making CSV a special case by renaming the module to SSV for «Something-Separated Values»
Make Config accessible from within the TEIWAParser monad
Encode punctuation characters with a <pc> instead of <w>
First working version, missing <pc> and strict TEI
Loading