Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
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
WCCL
Graph
76791cf4159d75e1ad9f5ce8cf29ca3cac379071
Select Git revision
Branches
4
develop
fix-words-ann
master
default
protected
wccl-rules-migration
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Aug
5
3
Sep
4
Aug
17
Jun
20
May
21
Apr
7
5
Feb
13
Jan
22
May
15
18
Mar
18
Feb
14
31
Oct
3
2
1
26
Sep
25
Jul
24
17
5
Jun
7
May
30
Apr
20
11
Mar
28
Feb
27
13
10
Jan
9
4
6
Dec
1
30
Oct
10
7
3
26
Sep
16
15
8
7
22
Aug
18
17
5
4
31
Jul
28
18
28
Jun
20
17
16
14
13
12
11
10
9
7
6
5
2
1
31
May
30
29
26
25
24
23
17
13
12
11
10
9
6
5
4
29
Apr
28
27
26
25
22
21
20
19
18
17
16
14
12
9
8
7
5
4
1
21
Mar
18
14
11
9
7
4
3
2
28
Feb
25
24
22
16
15
14
11
10
9
4
2
1
31
Jan
13
12
11
20
Dec
17
16
14
10
9
8
7
6
4
3
use head position predefined in operator variables, needed to properly select MWE ctags
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Made compatible with Ubuntu 16.
Faster MWEReader
Removed outdated comment
Swig wrapper updates
wccl-parser shared_ptr fix
Fixes - all classes use shared_ptrs instead of references
Grammar rules changed to take shared_ptr tagset argument
ParsingScope class tagset is held by shared_ptr
Parser and WcclFile have now their own copy of tagset
fix MWEReader's get_next_token -- return token clones as "the caller must dispose of the Token it receives" (according to Corpus2 API docs)
changed boost::shared_ptr implicite cast to explicite cast - c11 req
Comment update
ANTLR linking problem solution (#5297)
Merge branch 'master' of 156.17.129.178:wccl
fix indent
fix libmwereader test example
przechwytywanie bledow WcclError w pythonie dla metody apply_all
set verbsoe to false in wcclfile.h
added python wrappers for wccl exceptions
Single and multi line comment handling added to lexicon grammar
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
changed from unordered_set to set
add property/token metadata getter function named prop
wccl version upgrade
added: lexicons can have duplicated keys
fix collation in WCCL data test
mingw swig fixes
mingw fixes
forgotten anninter sources
add anninter operator, returning channel names with any annot at the given position
don't use foreach macro, use original BOOST_FOREACH instead (due to bug in boost)
wccl-qa.py user guide
fix
qustion answering: script for question type resolving based on wccl match rules
+ action setprop with usage example
GPL -> LGPL
new token ann checking preds: isannbeg, isannend, isannhead; advance ver
fix match token-level condition: immediately terminate and return empty match result when curr pos is outside sent