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
f6b8b24b036847d3e55dc1cc2d45711ab0e8abe9
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
28
Apr
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
2
1
30
Nov
29
28
26
25
24
22
21
20
19
18
17
16
15
14
13
11
10
9
8
6
4
3
30
Oct
28
tests for predicate match and repeat
fix data rule test ccl file loading
First test for matches (that fails now).
forgotten deletes
resturcture rules-data dir
Upgrade data rule tests to optionally check annotations and use match rules (see README)
fix wccl-match and wccl-rules to use the ann reader option instead of manually wrapping sentences with annotatedsentences
fix parser grammar passing emptu string as channel name in ass/annsub operators (fixes issue 1453)
add checks for empty annotation channel name in ann and annsub predicates
Fix MatchVector::first_token to ignore negative values.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Fix logic reversal bug when checking for start of a segment.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Renamed removing variable method to del_variable.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
fix unused-param warning
sync with corpus2 writer factory changes
longest() and oneof() operator takes boost::shared_ptr<std::vector<boost::shared_ptr<ConjConditions> > >
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Explicitly include LOKI lib for wccl utils.
Follow-up files' renaming to tagrulesequence.(h|cpp)
Rename RuleSequence to TagRuleSequence.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
simple tests for ann and annsub
ann operator
refactor tests a bit to remove code duplication
ParsingScope to pass around parser rules.
Make match available for apply conditions.
Some comment fixing.
Rename match_fit rule to match_operator rule for consistency with other types.
Factor MatchOperator into ApplyOperator to prevent confusion.
Changing submatching syntax from "->" to ":" and M, MA to be shorthand for ($m:_M):1 and ($m:_M):2, respectively.
Added empty() operator to the grammar (for strset, symset and match)
Added longest() operator to the grammar
Added oneof() operator to the grammar
Match variants for oneof() and longest() operators (not complete)
Added text() operator to the grammar
Added is() operator to the grammar
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Added ann() operator to the grammar