Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus2
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
corpus2
Graph
e862fc89f09089c9fa1215256587393d75041c8f
Select Git revision
Branches
5
develop
protected
feat_remove_attr
master
default
protected
python2.7
python3.8
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Nov
24
17
16
15
14
20
Oct
18
17
14
11
10
20
Sep
15
8
7
17
Aug
29
Jul
27
20
15
14
13
1
21
Jun
20
9
7
6
4
3
2
1
31
May
30
25
24
23
20
17
16
12
11
10
9
6
5
4
28
Apr
27
26
21
20
19
16
14
12
11
10
6
24
Mar
9
8
3
26
Feb
25
24
23
18
16
15
24
Jan
20
Dec
14
9
8
1
30
Nov
29
25
22
21
19
18
15
13
4
1
30
Oct
27
21
20
19
15
11
4
1
22
Sep
21
Updeted AnnotatedSentence and Sentence constructors
Handle Exceptions in docreader wrapper.
Swig code clean up
Merge branch 'master' of nlp.pwr.wroc.pl:corpus2
make Annotation aware of its original segment idx
Added wrapper for RelationReader
Added wrapper for DucumentReader
Document wrapper
RelationReader fixed
Swig templates handling...
Merge branch 'master' of nlp.pwr.wroc.pl:corpus2
relreader xml fix
Relation wrapper
Added constructor to Relation
Added wrapper for TokenMetaData to corpus2 library (python)
Handling TokenMetaData in Token wrapper.
Wrapper for TokenMetaData
Swig wrappers using std_defs header now
Swig header with default definitions
Updates token and cclwrited about use shared_ptr
TokenMetaData clone method returns shared_ptr now.
Updated maker for swig wrappers
Relation returns references...
Merge branch 'master' of nlp.pwr.wroc.pl:corpus2
Doc reader adds readed relation to document.
Relation reader implements SaxParser interface.
First implementation of RelationReader
Accessor for relation name
DocumentReader reads relations
Added Relations to Document
DocumentReader implementation
Added class that represents directed relation
expose sent id to SWIG
Sentence id handling in cclreader/writer
Sentence id accessor
AnnotatedSentence as Sentence also have the identifier (inherited from Sentence class)
Added sentence identifier (default is set as empty identifer)
docreader stub
advance version
support token metadata in ccl rdr \& writer