wannaphong commited on
Commit
208e180
1 Parent(s): 0eaa143

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,6 +8,10 @@ language:
8
 
9
  This is a grapheme-to-phoneme model for Thai language. It trained from [wiktionary-23-7-2022-clean.tsv](https://github.com/PyThaiNLP/thai-g2p-wiktionary-corpus/blob/main/wiktionary-23-7-2022-clean.tsv).
10
 
 
 
 
 
11
  ```python
12
  from transformers import pipeline
13
  generator = pipeline("text2text-generation", model = "pythainlp/thaig2p-v2.0")
 
8
 
9
  This is a grapheme-to-phoneme model for Thai language. It trained from [wiktionary-23-7-2022-clean.tsv](https://github.com/PyThaiNLP/thai-g2p-wiktionary-corpus/blob/main/wiktionary-23-7-2022-clean.tsv).
10
 
11
+
12
+ **source code**: [https://github.com/wannaphong/thai-g2p-v2](https://github.com/wannaphong/thai-g2p-v2)
13
+
14
+
15
  ```python
16
  from transformers import pipeline
17
  generator = pipeline("text2text-generation", model = "pythainlp/thaig2p-v2.0")