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
75c79a2fc1238743ddfa3a991e2c67a188bc66e7
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
21
Apr
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
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
add match-fit to debug op
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
fix assertion failure in dyncast (match refactor)
Add parentheses to string representation.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
use shared_ptr == instead of comparing .get() pointers (equivalent and shorter)
english fix
Add the annsub operator
is() match condition (matching an annotation at beginning of a segment).
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Adding first() & last() ops to the grammar.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
usage tweaks in wccl-rules and wccl-match
...and here, too.
Follow up with last change for the base class, too.
Return ptr<const M> not ptr<const M>&
Remove declaration of unused parameter to avoid a warning.
Getting submatch from a match via "->" operator.
fix gcc compile error (cannot call foo(&v) with v)
fix crashes in markmatch / unmarkmatch caused by taking a reference to a shared pointer instead of just making a copy, and a typo
missing include in matchrule.h
token condition match (L0 predicate wrappers) in grammar
make the parser parse match operator rules as MatchRules, fix wccl-match to work with that
add nonconst MatchData getter in Match
add an assert in ActionExecContext ctor
Merge branch 'wccl-apps-refactor'
MatchRule, API level class to use match rules.
add wccl-match stub, stdopts in wccl- apps for future refactor
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
unmark() action for match rules.
Make execute of unmark public.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Doxyfile for wccl
wccl-apps refactoring: move to commond dir, harmonize names to wccl-SOMETHING
Adding ability to mark head in mark for matches.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
change match_value to match_literal etc. for consistency with literals of other types.
wccl-features update
return ApplyOperator instead of Expression in parsing match rules