HugoLaurencon
commited on
Commit
•
07c617e
1
Parent(s):
0add2d4
faster visu (less documents)
Browse files- app.py +2 -2
- en_examples_with_stats.json +2 -2
app.py
CHANGED
@@ -269,8 +269,8 @@ class Visualization:
|
|
269 |
|
270 |
path_data = "./en_examples_with_stats.json"
|
271 |
lang = "English"
|
272 |
-
num_docs =
|
273 |
-
num_docs_for_words =
|
274 |
max_len_text_display = 10000
|
275 |
|
276 |
visualization = Visualization(
|
|
|
269 |
|
270 |
path_data = "./en_examples_with_stats.json"
|
271 |
lang = "English"
|
272 |
+
num_docs = 5000
|
273 |
+
num_docs_for_words = 500
|
274 |
max_len_text_display = 10000
|
275 |
|
276 |
visualization = Visualization(
|
en_examples_with_stats.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6a4444fc8ce6f7f9c7d960e7a1ba9325036f5f1d9ad4fa91e7c6a8a4ed2d223
|
3 |
+
size 236316190
|