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
939cdc62977cf7d2e62024af9efee522147c3206
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
4
Apr
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
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
Updated Corpus2::Tag
Added wrapper for Wccl::Variables
Added wrapper for Corpus2::Token
Added wrapper for Wccl::Match
Added wrapper for Corpus2::Lexeme
longest - condition that takes longest possible variant.
oneof - condition that accepts first matched variant.
Updated Makefile
Updated Wccl::Value wrapper
Fixed boost::shared_ptr wrapper
Added wrapper for Wccl::ParsedExpression
Added wrapper for Wccl::Expression
Finishing up change $_ -> current sentence pos (internal changes).
Changed default match vector name from $m_M to$ m:_M
Added parseMatchRule to the user Parser. parseMatchRule returns parsed expression.
Added rules templates for the match actions. Added apply operator
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Removing $_ variable - you can simply use "0".
typedef tying to type in LogicalPredicate, the reason for last change.
Change type of some fields of ApplyOperator.
Match and position grammar.g variable are added into parse_match_rule
Added match conditions and match operator
OptionalMatch - "optional" match condition.
Fix comment.
RepeatedMatch - "repeat" match condition.
Rewrite MatchOperator to use ConjConditions.
ConjConditions - wrap vector of match condition into one conjucating condition.
Tweak some code.
Values and variables for the MatchVector type
ApplyOperator, the main operator behind match rules.
clear() capability for MatchVector.
MatchAction - ABC for actions of match rules.
MatchOperator to act more like a function (FunExecContext).
MatchOperator - operator for match rules.