Spaces:
Runtime error
Runtime error
Teddy Xinyuan Chen
commited on
2024-05-10T14-20-31Z
Browse files
README.md
CHANGED
@@ -9,4 +9,19 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Hokkien Converter
|
13 |
+
|
14 |
+
Transliterate Hokkien to various romanization schemes online, powered by [taibun](https://github.com/andreihar/taibun).
|
15 |
+
|
16 |
+
Blog post: https://teddysc.me/blog/introducing/hokkien-converter
|
17 |
+
|
18 |
+
Use it online: https://huggingface.co/spaces/tddschn/taibun-converter
|
19 |
+
|
20 |
+
- [Hokkien Converter](#hokkien-converter)
|
21 |
+
- [Demo](#demo)
|
22 |
+
|
23 |
+
## Demo
|
24 |
+
|
25 |
+

|
26 |
+
|
27 |
+
https://huggingface.co/spaces/tddschn/taibun-converter
|
app.py
CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
|
|
53 |
gr.Textbox(label="Traditional Chinese"),
|
54 |
],
|
55 |
title="Hokkien Transliteration Converter",
|
56 |
-
description="Convert Hokkien text between various transliteration systems using the <a href='https://github.com/andreihar/taibun' target='_blank'>taibun</a> package. Made by <a href='https://teddysc.me'>Teddy</a>.",
|
57 |
examples=[list(x) for x in examples],
|
58 |
)
|
59 |
|
|
|
53 |
gr.Textbox(label="Traditional Chinese"),
|
54 |
],
|
55 |
title="Hokkien Transliteration Converter",
|
56 |
+
description="Convert Hokkien text between various transliteration systems using the <a href='https://github.com/andreihar/taibun' target='_blank'>taibun</a> package. Made by <a href='https://teddysc.me/blog/introducing/hokkien-converter'>Teddy</a>.",
|
57 |
examples=[list(x) for x in examples],
|
58 |
)
|
59 |
|