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
7947eb8211884c87842a70bf5d5a7b60545a911d
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
21
Dec
1
29
Nov
27
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
add remove_all_lexemes to token, useful for tagging
swig shared_ptr create sent helper
add cclreader opts to info string
Option for autogeneration of chunk identifier.
Autogenerating sentnece identifier as option in cclreader.
Added method to set option for document reader.
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