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
1fe04932af1efded5e3395781a2628eff8271afa
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
1
Feb
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
fixed comment
RuleSequence, convenience wrapper for vector of Rules.
Fix comment.
Fix another header include guard.
Change header include guard to match expectations.
Change signature of name function for Action.
Unify to treat underspecified lexemes as meeting agreement.
Unify Action, leaving lexemes that meet an agreement.
No change happens if wclass to replace is same as original.
Relabel Action, replacing POS for lexemes meeting a condition.
Small tweaks to Delete and Select code.
Select Action, leaving lexemes that meet a condition.
Delete action: leaving lexemes that do not meet a condition.
Delete and Select actions (WIP, not implemented).
Function to return function returning Position(0)
Construcion of FunExecContext from ActionExecContext.
Add missing change to CMakeLists (rule.cpp)
Groundwork for WCCL rules: Rule, Action, ActionExecContext.
Fix assignment operator for Operator
wccl button
Empty rules for L1
Fix some bracket typo
Merge branch 'master' into win32-compat
Tabify some lines in recent change.
Pulling out std_read_loop for libedit's fallback
Unicode support reading from Win Console in wcclparser tool.
bump required corpus2 and pwrutils versions to 1.0.4 and 1.0.1
follow the switch to use shared_ptrs for sentence and chunk objects in corpus2
Workaround for runantlr not setting up date stamps.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Factor out code that gets absolute range with validity check.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
tests for range, catflt, inside, outside, setvar
Move check for Position in SentenceContext to the context.
Remove check for current position, it should be handled earlier
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Rework dumping variables a bit, plus add string version.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
got rid of out-of-sent position
agrfltr implementation.