Update app.py
Browse files
app.py
CHANGED
|
@@ -357,6 +357,17 @@ def check_text(text):
|
|
| 357 |
r'J\.mol': "Use J路mol ",
|
| 358 |
r'g\.L-1': "Use g路L-1 ",
|
| 359 |
r'g\.L-1': "Use mg路mL-1 ",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 360 |
}
|
| 361 |
|
| 362 |
results = []
|
|
|
|
| 357 |
r'J\.mol': "Use J路mol ",
|
| 358 |
r'g\.L-1': "Use g路L-1 ",
|
| 359 |
r'g\.L-1': "Use mg路mL-1 ",
|
| 360 |
+
|
| 361 |
+
#Stereochemistry
|
| 362 |
+
r'relative stereochemistry': "Use 'relative configuration' ",
|
| 363 |
+
r'absolute stereochemistry': "Use 'absolute configuration' ",
|
| 364 |
+
r'assigned stereochemistry': "Use assigned configuration ",
|
| 365 |
+
r'he stereochemistry of': "the configuration of... might be better",
|
| 366 |
+
r'he stereochemistry was': "the configuration was... might be better",
|
| 367 |
+
r'he stereochemistry is': "the configuration is... might be better",
|
| 368 |
+
r'of stereochemistry': "of the configuration... might be better",
|
| 369 |
+
|
| 370 |
+
|
| 371 |
}
|
| 372 |
|
| 373 |
results = []
|