DontPlanToEnd commited on
Commit
2c6a08f
1 Parent(s): 585e4ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with GraInter:
165
  **RegV1:** Using 13 unique lexical analysis metrics as the input and my scores as the output, I trained a regression model to see what it is about a story that makes it good.
166
  <br>
167
  **RegV2:** Basically RegV1 but slighly more style focused as oppose to intelligence focused.
168
- <br>
169
  Below are three of the metrics used which may be useful by themselves at detecting certain writing styles.
170
  <br>
171
  **ASSS:** Average Sentence Similarity Score (lower is better). A measure of how similar the sentences in the story are to each other.
 
165
  **RegV1:** Using 13 unique lexical analysis metrics as the input and my scores as the output, I trained a regression model to see what it is about a story that makes it good.
166
  <br>
167
  **RegV2:** Basically RegV1 but slighly more style focused as oppose to intelligence focused.
168
+ <br><br>
169
  Below are three of the metrics used which may be useful by themselves at detecting certain writing styles.
170
  <br>
171
  **ASSS:** Average Sentence Similarity Score (lower is better). A measure of how similar the sentences in the story are to each other.