taishi-i commited on
Commit
a0783ba
β€’
1 Parent(s): 356f076

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def tokenize(text):
10
  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.
16
  Nagisa is a Python module used for tokenizing and performing Part-of-Speech (POS) tagging on Japanese text.
 
10
  num_input_lines = 3
11
  input_placeholder = "Please input text here."
12
  title = "Japanese tokenization demo"
13
+ default_text = "γ“γ“γ«γƒ†γ‚­γ‚Ήγƒˆγ‚’ε…₯εŠ›γ—γ€Enter γ‚’ζŠΌγ—γ¦γγ γ•γ„γ€‚"
14
  description = """
15
  This is a demo page for nagisa's tokenization.
16
  Nagisa is a Python module used for tokenizing and performing Part-of-Speech (POS) tagging on Japanese text.