Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -11,12 +11,14 @@ num_input_lines = 3
|
|
11 |
input_placeholder = "Please input text here."
|
12 |
title = "Japanese tokenization demo"
|
13 |
default_text = "ここにテキストを入力し、Submit を押してください。"
|
14 |
-
description =
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
examples = ["Pythonで簡単に使えるツールです", "3月に見た「3月のライオン」", "福岡・博多の観光情報"]
|
21 |
|
22 |
iface = gr.Interface(
|
|
|
11 |
input_placeholder = "Please input text here."
|
12 |
title = "Japanese tokenization demo"
|
13 |
default_text = "ここにテキストを入力し、Submit を押してください。"
|
14 |
+
description = """
|
15 |
+
This is a demo page for nagisa's tokenization.
|
16 |
+
Nagisa is a python module for Japanese word segmentation/POS-tagging.
|
17 |
+
It is designed to be a simple and easy-to-use tool.
|
18 |
+
To try it out, enter some text in the box below and press submit.
|
19 |
+
https://github.com/taishi-i/nagisa
|
20 |
+
"""
|
21 |
+
|
22 |
examples = ["Pythonで簡単に使えるツールです", "3月に見た「3月のライオン」", "福岡・博多の観光情報"]
|
23 |
|
24 |
iface = gr.Interface(
|