Skip to content

Commit b915766

Browse files
authored
Added link on string google#32
1 parent 20e68fa commit b915766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can use custom normalization rule by preparing a TSV file formatted as follo
2929
```
3030
In this sample, UCS4 sequence [41 302 300] (hex) is converted into [1EA6] (hex). When there are ambiguities in the conversions, the longest rule is used.
3131
Note that the tab is used as a delimiter for source and target sequence and space is used as a delimiter for UCS4 characters.
32-
See data/nfkc.tsv as an example. Once a TSV file is prepared, you can specify it with `--normalization_rule_tsv` flag.
32+
See [data/nfkc.tsv](data/nfkc.tsv) as an example. Once a TSV file is prepared, you can specify it with `--normalization_rule_tsv` flag.
3333
```
3434
% spm_train --normalization_rule_tsv=<rule tsv file> --input=<input> --model_prefix=<model file> --vocab_size=8000
3535
```

0 commit comments

Comments
 (0)