taishi-i commited on
Commit
4fc24ec
·
1 Parent(s): 7d2250e

update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
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
- "This is a demo page for nagisa's tokenization. By entering text into the"
16
- " text box, you can verify the output results of nagisa. nagisa provides"
17
- " an easy-to-use feature for word segmentation and part-of-speech tagging"
18
- " in Japanese text. https://github.com/taishi-i/nagisa"
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(