victormiller commited on
Commit
6e60fe2
1 Parent(s): 7381c06

Update curated.py

Browse files
Files changed (1) hide show
  1. curated.py +1 -1
curated.py CHANGED
@@ -1105,7 +1105,7 @@ def curated(request):
1105
  H3("Unigram Log Probability"),
1106
  P("The Unigram Log Probability Filter calculates the log probability of each unigram to measure the significance of individual words. This step quantifies the importance of individual words but maay not capture the semantic meaning of words."),
1107
  H2("Data Processing for S2ORC"),
1108
- P("The formating of the S2ORC dataset required special filters to be applied. These filters were not applied to the other data sources.")
1109
  H3("Title Abstract Filter"),
1110
  P("The Title Abstract Filter extracts information from the title and abstract. This step provides additional information for analysis but may introduce bias in the analysis."),
1111
  H3("Majority Language Filter"),
 
1105
  H3("Unigram Log Probability"),
1106
  P("The Unigram Log Probability Filter calculates the log probability of each unigram to measure the significance of individual words. This step quantifies the importance of individual words but maay not capture the semantic meaning of words."),
1107
  H2("Data Processing for S2ORC"),
1108
+ P("The formating of the S2ORC dataset required special filters to be applied. These filters were not applied to the other data sources."),
1109
  H3("Title Abstract Filter"),
1110
  P("The Title Abstract Filter extracts information from the title and abstract. This step provides additional information for analysis but may introduce bias in the analysis."),
1111
  H3("Majority Language Filter"),