victormiller commited on
Commit
26832b9
1 Parent(s): 6263148

Update web.py

Browse files
Files changed (1) hide show
  1. web.py +14 -8
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
- DV(
711
- "data/sample_dup_ngram.json",
712
- 0,
713
- "Sample documents filtered by the fraction of characters in duplicated n-grams (n=5,...,10)",
 
 
 
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
- DV(
812
- "data/sample_doc_stat.json",
813
- 0,
814
- "Sample documents that are filtered out by statistics-based heuristics",
 
 
 
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("""