Spaces:
Running
Running
victormiller
commited on
Commit
•
26832b9
1
Parent(s):
6263148
Update web.py
Browse files
web.py
CHANGED
@@ -707,10 +707,13 @@ def web_data():
|
|
707 |
H5(
|
708 |
"Sample Documents Filtered by the Fraction of Characters in Duplicated N-grams (n=5,...,10)"
|
709 |
),
|
710 |
-
|
711 |
-
"
|
712 |
-
|
713 |
-
|
|
|
|
|
|
|
714 |
),
|
715 |
H4("3.2 Line-wise Heuristics"),
|
716 |
P("""
|
@@ -808,10 +811,13 @@ def web_data():
|
|
808 |
"""),
|
809 |
Img(),
|
810 |
H5("Our Implementations"),
|
811 |
-
|
812 |
-
"
|
813 |
-
|
814 |
-
|
|
|
|
|
|
|
815 |
),
|
816 |
H4("3.4 Others"),
|
817 |
P("""
|
|
|
707 |
H5(
|
708 |
"Sample Documents Filtered by the Fraction of Characters in Duplicated N-grams (n=5,...,10)"
|
709 |
),
|
710 |
+
Details(
|
711 |
+
Summary("Sample documents filtered by the fraction of characters in duplicated n-grams (n=5,...,10)"),
|
712 |
+
DV(
|
713 |
+
"data/sample_dup_ngram.json",
|
714 |
+
0,
|
715 |
+
"Sample documents filtered by the fraction of characters in duplicated n-grams (n=5,...,10)",
|
716 |
+
),
|
717 |
),
|
718 |
H4("3.2 Line-wise Heuristics"),
|
719 |
P("""
|
|
|
811 |
"""),
|
812 |
Img(),
|
813 |
H5("Our Implementations"),
|
814 |
+
Details(
|
815 |
+
Summary("Sample documents that are filtered out by statistics-based heuristics"),
|
816 |
+
DV(
|
817 |
+
"data/sample_doc_stat.json",
|
818 |
+
0,
|
819 |
+
"Sample documents that are filtered out by statistics-based heuristics",
|
820 |
+
),
|
821 |
),
|
822 |
H4("3.4 Others"),
|
823 |
P("""
|