Spaces:
Running
Running
victormiller
commited on
Commit
•
7444772
1
Parent(s):
8981902
Update web.py
Browse files
web.py
CHANGED
@@ -399,12 +399,12 @@ def web_data():
|
|
399 |
),
|
400 |
P("We summarize other statistics-based rules originated from Gopher [7] in this section. The statistics can be used include:"),
|
401 |
Ul(
|
402 |
-
Li("the word count in the document"),
|
403 |
-
Li("the mean word length"),
|
404 |
-
Li("the number of sentences"),
|
405 |
-
Li("the symbol-to-word ratio"),
|
406 |
-
Li("the fraction of alphabetic words"),
|
407 |
-
Li("and the number of stop words"),
|
408 |
),
|
409 |
P("Specifically, we remove any document which satisfies any of the following criteria:"),
|
410 |
Ul(
|
|
|
399 |
),
|
400 |
P("We summarize other statistics-based rules originated from Gopher [7] in this section. The statistics can be used include:"),
|
401 |
Ul(
|
402 |
+
Li("the word count in the document", style = "margin-bottom: 3px"),
|
403 |
+
Li("the mean word length", style = "margin-bottom: 3px"),
|
404 |
+
Li("the number of sentences", style = "margin-bottom: 3px"),
|
405 |
+
Li("the symbol-to-word ratio", style = "margin-bottom: 3px"),
|
406 |
+
Li("the fraction of alphabetic words", style = "margin-bottom: 3px"),
|
407 |
+
Li("and the number of stop words", style = "margin-bottom: 3px"),
|
408 |
),
|
409 |
P("Specifically, we remove any document which satisfies any of the following criteria:"),
|
410 |
Ul(
|