Skip to content

Commit

Permalink
[Fix] Fix MorphoDitaServiceJNI unintentionally removing spaces after …
Browse files Browse the repository at this point in the history
…sentence end.
  • Loading branch information
ledsoft committed Apr 5, 2024
1 parent 3b90dd2 commit 2a6857d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ private List<List<SingleLemmaResult>> transform(final String s,
} else {
token.setSpaces(spaces);
}
token.setSpaces(spaces);
sentence.add(token);
}
}
Expand Down

0 comments on commit 2a6857d

Please sign in to comment.