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
2d5eed1e687dcbda07ad74a6924c6bb9959e6642
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
Jun
9
7
6
5
2
1
31
May
30
29
26
25
24
23
17
13
12
11
10
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
add stubs for mwe implementation
add more mwe for ad hoc testing, printing of partial parses
fix set intersect with Tomek
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
set union and intersection operators for TSet / StrSet
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
new mwe format parsing (strings only)
new mwe xml format
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Add ambiguous(tset|strset|position) and singular(tset) operators
add test mwe file
add stub for parser
add more comments
implementataion of inner reader functionality
add stub for mwe reader
do not link to corpus2 poliqarp library, assume plugins work
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Escaping \ with \\ and " with \" in StrSet to_string functions
fix secret feature (-A 1 + --tabs work correctly) by Ilor
fix typo
change -I switch in wccl-run and wccl-rules to compose a list of corpora paths instead ofacting as a stdin input switch. Use -I - for stdin.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
poliqarp-in-corpus2 sync, bump required version, bump wccl version to 0.0.3
clearer lexicon error messages
Conditional build of Swig
fix wccl-run --aggregate=1 again
fix wccl-run iwth multiple output prionting when `aggregate' was off
fix ambig wccl-run swithces
add ParsedExpression swig wrappers for shredptr variants of set_XXX (issue #1594)
Fix wccl swig wrappers not being in sync with corpus2 changes
wrapped exceptions in op.get_T
wrap Parser::parseWcclFileFromPath
rename lexicons.get to lexicons.get_lexicon in swig wrappers since there is a warning otherwise
wccl swig wrappers: fix cmake to depend on all .i files and clean up a bit
remove redundant and wrong 'libccl' prefixes from swig .i files
fix typo in example
example to use with lexicons
example input
disable -Wall in swig
sync swig wrappers with corpus2 wrapper changes