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
4005689928b80b83f7bd17af37ff868e5c6a9e77
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
26
Sep
16
15
8
7
22
Aug
18
17
5
4
31
Jul
28
18
28
Jun
20
17
16
14
13
12
11
10
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
Add licence info and GPL headers
match API example
fix MatchRuleSeq wrapper to allow for basic Sentence objects
advance ver
fix matchrulesequence SWIG wrapper
iter operator ‘skip’
make atleast int param const in parsed operators
version passed down to utils
remark operator that overwrites any previos annotations
use corpus2::Tag::all_pos_mask instead of low-level routines
fix bug with masking POS under non-64-bit boxes
test exposing class in nkjp
mwefile-list handling
different handling of MWE's head
Removed comments
Add processing in get_next_token/chunk/sentence methods
bugfix?
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
test against converted multiword units
iter semantics: always sets iter var to nowhere if False is returned
tests for crossing iter ranges
Change in only semantics: range beg&end may be crossed, resulting in True
remove comments for debuging
fix of critical bug: not handling of end of corpus in mwereader
example Python code
commented anoying msg
compact_string repr for Value
Add namespace Matching { to match-related operators (but not to the Match type itself)
use FunctionalOperator::clean to have consistent results in wccl-run (variables will not roll over to subsequent operator runs)
fix compile error
use vector::erase(std::remove instead of a hand-crafted loop. Fix confusing } positioning
Merge remote branch 'origin/sentence-cleanup'
sentence cleanup WIP
Add tests and fix problems
Add functional tests for mwreader
first working version of mwereader (for sentences only)
add searching for head of an mwe
add preliminary recognition of MWEs
small cleanup, small extensions
add add_lexicalunit to index, small improvement in creation of mwe in sax parser