Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
morphodita
Manage
Activity
Members
Labels
Plan
Issues
0
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
nlpworkers
morphodita
Commits
549a9439
Commit
549a9439
authored
5 years ago
by
Wiktor Walentynowicz
Browse files
Options
Downloads
Patches
Plain Diff
Update unmerge.cpp - bad number in option 3
parent
2c699238
Branches
Branches containing commit
No related merge requests found
Pipeline
#275
passed with stage
Stage:
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unmerge.cpp
+1
-1
1 addition, 1 deletion
src/unmerge.cpp
with
1 addition
and
1 deletion
src/unmerge.cpp
+
1
−
1
View file @
549a9439
...
...
@@ -78,7 +78,7 @@ void split(int option, int id, vector<string_piece>& v_sp, vector<tagged_lemma>&
length
=
v_tr
[
id
].
length
-
2
;
v_sp
.
insert
(
v_sp
.
begin
()
+
(
id
+
1
),
string_piece
(
"by"
));
v_tl
.
insert
(
v_tl
.
begin
()
+
(
id
+
1
),
tagged_lemma
(
"by"
,
"TT-------------"
));
v_tr
.
insert
(
v_tr
.
begin
()
+
(
id
+
1
),
token_range
(
v_tr
[
id
].
start
+
2
,
size_t
(
2
)));
v_tr
.
insert
(
v_tr
.
begin
()
+
(
id
+
1
),
token_range
(
v_tr
[
id
].
start
+
length
,
size_t
(
2
)));
}
else
if
(
option
==
4
)
{
// Tag VE (wpast)
c_tag1
[
1
]
=
'w'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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