Spaces:
Runtime error
Runtime error
Commit ·
78be241
1
Parent(s): e592177
からデプロイ
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ import zipfile
|
|
| 12 |
import shutil
|
| 13 |
|
| 14 |
|
|
|
|
| 15 |
def split_japanese_line(line, max_length):
|
| 16 |
"""Split a Japanese line into multiple lines using MeCab for morphological analysis."""
|
| 17 |
if len(line) < max_length:
|
|
|
|
| 12 |
import shutil
|
| 13 |
|
| 14 |
|
| 15 |
+
|
| 16 |
def split_japanese_line(line, max_length):
|
| 17 |
"""Split a Japanese line into multiple lines using MeCab for morphological analysis."""
|
| 18 |
if len(line) < max_length:
|