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
722579666d6b865427a4a9e74c6b84828b29148c
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
19
Apr
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
Added Constant<Match> rule
Some more fixes to repeat op in grammar.
Typo fix in op name in grammar.
mark() for match actions.
No need for some methods to be virtual.
Make Match copying deep instead of shallow.
Fix logic reversal in two tests.
Add virtual destructor to MatchData
add includes to cope with fwd-decl of value subtypes now in Variables
"empty" op/predicate for Match and TSet/StrSet too.
Redesign Match to act more like other Value types.
Follow up in tests on the recent decoupling of some headers.
Decouple variables.h a bit from concrete Value headers - with forward declarations.
wccl-features
extract a function in wcclrun
add a debug operator that outputs the internal representation of its argument onto stderr
fix member visibility issue in tagactions operators (delete, select...)
add mark and unmark operators, tweak wcclrules to work with annotated data
Fix issue #1391 (runwccl outputing extra whitespace after each line)
rename parameters in parseRule(string) to rule_string
fix wcclrun stdin corpora reading
add raw operator string support in wcclrun
emphasise that parseStringOperator(const std::string&) parses a string, not a file, by calling the argument appropriately
use the header output switch in wcclrun
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
help and options update in wcclrun
update wcclrun with variable dump mode, table header and some cleanups
add valid_variable_names accesor to ParsedExpression
"$m:_M" -> "_M": names used in Variables class should not be prefixed.
first(), last() ops: Position of first/last token of a Match.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
add SentenceContext::get_sentence_ptr to allow acces to the senetnce shared_ptr that's already there anyway
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Updated Makefile for the ccl and corpus2 wrappers
Add wrapper for Wccl::Operator
Updated Wccl::FunctionalOperator
Added wrapper for Wccl::SentenceContext
Added wrapper for Corpus2::Sentence
Updated Corpus2::Token wrapper
Updated Wccl::FunctionalOperator wrapper