Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
58310ac5
Commit
58310ac5
authored
Feb 5, 2014
by
Michał Krautforst
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of 156.17.129.178:wccl
parents
82f23ae5
928a8b94
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
libmwereader/mweparser.cpp
+1
-1
1 addition, 1 deletion
libmwereader/mweparser.cpp
libmwereader/mwereader.cpp
+8
-8
8 additions, 8 deletions
libmwereader/mwereader.cpp
libmwereader/test_mwe.xml
+1
-1
1 addition, 1 deletion
libmwereader/test_mwe.xml
libwccl/wcclfile.h
+1
-1
1 addition, 1 deletion
libwccl/wcclfile.h
with
11 additions
and
11 deletions
libmwereader/mweparser.cpp
+
1
−
1
View file @
58310ac5
This diff is collapsed.
Click to expand it.
libmwereader/mwereader.cpp
+
8
−
8
View file @
58310ac5
This diff is collapsed.
Click to expand it.
libmwereader/test_mwe.xml
+
1
−
1
View file @
58310ac5
...
...
@@ -44,7 +44,7 @@
)
</condition>
<instances>
<MWE
nam
e=
"dobre imię"
>
<MWE
bas
e=
"dobre imię"
>
<var
name=
"Adj"
>
dobry
</var>
<var
name=
"Subst"
>
imię
</var>
<head>
inter(class[0],{subst,ger,depr})
</head>
...
...
This diff is collapsed.
Click to expand it.
libwccl/wcclfile.h
+
1
−
1
View file @
58310ac5
...
...
@@ -366,7 +366,7 @@ WcclFile::WcclFile(const Corpus2::Tagset& tagset, const std::string& search_path
path_
(
":"
)
{
path_
.
set_search_path
(
search_path
);
path_
.
set_verbose
(
tru
e
);
path_
.
set_verbose
(
fals
e
);
}
inline
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment