Spaces:
Running
Running
update app.py
Browse files
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 = "γγγ«γγγΉγγε
₯εγγ
|
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.
|