omkarenator
commited on
Commit
•
761d360
1
Parent(s):
0383061
fix code formatting
Browse files
web.py
CHANGED
@@ -783,7 +783,8 @@ def web_data():
|
|
783 |
Div(
|
784 |
D_code("""
|
785 |
class Base_RPS_Frac_Chars_In_Top_NGram(RPSBase): # noqa
|
786 |
-
|
|
|
787 |
NGRAM_SIZE: int = None
|
788 |
|
789 |
__slots__ = []
|
|
|
783 |
Div(
|
784 |
D_code("""
|
785 |
class Base_RPS_Frac_Chars_In_Top_NGram(RPSBase): # noqa
|
786 |
+
# Base class for calculating the fraction of characters in the top N-gram.
|
787 |
+
# This operates on the lower-cased, punctation removed content.
|
788 |
NGRAM_SIZE: int = None
|
789 |
|
790 |
__slots__ = []
|