Skip to content

Commit 272e9d4

Browse files
author
Alejandro A. Schaffer
committed
initial commit
1 parent e5c45e2 commit 272e9d4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

sex_trial_keyword_list.py

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
results_keywords = [
2+
'more',
3+
'less',
4+
'fewer',
5+
'greater',
6+
'higher',
7+
'lower',
8+
'frequent',
9+
'frequently',
10+
'preferential',
11+
'preferentially',
12+
'associated',
13+
'similar',
14+
'similarly',
15+
'better',
16+
'compare',
17+
'compared',
18+
'difference',
19+
'greater',
20+
'longer',
21+
'odds',
22+
'rate',
23+
'response',
24+
'responses',
25+
'shorter',
26+
'significant',
27+
'significantly',
28+
'statistical',
29+
'statistically',
30+
'versus',
31+
'vs',
32+
'worse',
33+
'worst',
34+
]

0 commit comments

Comments
 (0)