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
5862c13410ef923abc31273127a78720ae662744
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
10
May
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
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
(swig) Updated wrapper for Wccl::Match
(swig) Added wrapper for Wccl::MatchVector
(swig) Added template for boost::shared_ptr<Wccl::FunctionalOperator>
(swig) Updated wrapper for Wccl::AnnotationMatch
(swig) Updated wrapper for Wccl::TokenMatch
(swig) Updated wrapper for Wccl::MatchData
simple syntactic example
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
simple sample WCCL file
lexicon sample
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
--debug
example match rules
Create Match variale "_M" for each MatchRule.
wccl-rules: fix silly typo and handle missing sections again
avoid erroring when there are norules of some type in wccl-rules
add wccl path setting to wccl-rules
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
fix crash when no -u given
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Moar comments for WcclFile.
add missing getter impl in wcclfile, fix wccl-rules
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
merge wccl-match with wccl-rules, use wcclfile parsing
MatchRuleSequence, wrapper for vector of MatchRules.
Some rough comments to WcclFile header.
add takipi rules in CCL
some fixes
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
(swig) Wccl::Variables fixed
some real-life tests from M.M.
(swig) Wccl::Operator fixed
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
(swig) Wccl::FunctionalOperator fixed
Return Position relative to current position in last(), first().
(swig) Wccl::ParsedExpression fixed
(swig) Removed inheriting boost::noncopyable from Wccl::Expression
Change Position in Match data to be directly an int.
imports fixed
forgotten delete