Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ import os
|
|
7 |
import json
|
8 |
|
9 |
|
10 |
-
os.system('git clone --depth 1 https://github.com/neologd/mecab-
|
11 |
-
os.system('git clone --depth 1 https://github.com/neologd/mecab-
|
12 |
|
13 |
|
14 |
st.set_page_config(
|
|
|
7 |
import json
|
8 |
|
9 |
|
10 |
+
os.system('git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git && cd mecab-ipadic-neologd && ./bin/install-mecab-ipadic-neologd -n -y -u -p $PWD')
|
11 |
+
os.system('git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git && cd mecab-ipadic-neologd && ./bin/install-mecab-ipadic-neologd -n -y -u -p $PWD')
|
12 |
|
13 |
|
14 |
st.set_page_config(
|