Update README.md
This commit is contained in:
parent
c171050029
commit
de1d374d39
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ A test of Hidden Markov Model converter from lomaji to hanji of Taiwanese (Hokki
|
||||||
- Pandas
|
- Pandas
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
```
|
||||||
usage: pakkau.py [-h] [--genmod] [--form FORM] [SENTENCE]
|
usage: pakkau.py [-h] [--genmod] [--form FORM] [SENTENCE]
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
|
@ -17,7 +17,7 @@ options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--genmod generate the model
|
--genmod generate the model
|
||||||
--form FORM the orthography to be used (poj or tl). Default is poj. (not opened)
|
--form FORM the orthography to be used (poj or tl). Default is poj. (not opened)
|
||||||
|
```
|
||||||
#### example1:
|
#### example1:
|
||||||
``
|
``
|
||||||
python3 ./pakkau.py --form tl "Lāu-su kóng: \"ta̍k-ke tsò-hué lâi\""
|
python3 ./pakkau.py --form tl "Lāu-su kóng: \"ta̍k-ke tsò-hué lâi\""
|
||||||
|
@ -34,5 +34,5 @@ generate models from the .csv parallel transliteration file in ./corpus files
|
||||||
|
|
||||||
|
|
||||||
## unfinished
|
## unfinished
|
||||||
poj conversion
|
- poj conversion
|
||||||
the preciseness of the conversion
|
- the preciseness of the conversion
|
||||||
|
|
Loading…
Reference in a new issue