Skip to content

Commit

Permalink
remove subword marker at end-of-line
Browse files Browse the repository at this point in the history
  • Loading branch information
rsennrich committed Apr 7, 2017
1 parent fb526f1 commit 2d5a3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ To segment rare words into character n-grams, do the following:

The original segmentation can be restored with a simple replacement:

sed "s/@@ //g"
sed -r 's/(@@ )|(@@ ?$)//g'

PUBLICATIONS
------------
Expand Down

0 comments on commit 2d5a3ec

Please sign in to comment.