Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
41cefda
Update to 2019 stats
kyla-mcconnell Aug 13, 2020
0e4c7eb
Add lemmatizer
kyla-mcconnell Aug 14, 2020
5e640e4
Merge pull request #1 from kyla-mcconnell/2019_update
kyla-mcconnell Aug 14, 2020
519013d
Fix incorrect POS tag, errors with read in, and removal of punctuatio…
kyla-mcconnell Aug 16, 2020
d6c655f
Add path variables, turn off extra score calculations to save RAM, re…
kyla-mcconnell Aug 16, 2020
bb3fe55
Add punctuation fixes
kyla-mcconnell Aug 16, 2020
0f23592
Remove exception (syntax)
kyla-mcconnell Aug 17, 2020
e13c7d6
Fix all lemma scores being the same (final) item
kyla-mcconnell Aug 17, 2020
c59084c
Fix POS tag in case of mulitple tags
kyla-mcconnell Aug 18, 2020
8286498
Fix tagging issue with underscores
kyla-mcconnell Aug 19, 2020
c644d8d
Fix syntax issues
kyla-mcconnell Aug 24, 2020
495e84d
Update gitignore
kyla-mcconnell Aug 24, 2020
796a4fd
Fix syntax preprocessing functions
kyla-mcconnell Aug 24, 2020
9d1068e
Add tagger class
kyla-mcconnell Aug 25, 2020
b486198
Fix indentation
kyla-mcconnell Aug 26, 2020
44f600c
Fix indentation
kyla-mcconnell Aug 26, 2020
6232806
Adapt to expected input format (str)
kyla-mcconnell Aug 26, 2020
726feab
Fix merge with existing df
kyla-mcconnell Aug 26, 2020
f0ec850
Add single_word_freq.py
kyla-mcconnell Oct 27, 2020
8e7bb9e
add warning for skipped files
kyla-mcconnell Nov 3, 2020
8facbc1
Re-enable bigram formation, change words to lowercase
kyla-mcconnell Nov 6, 2020
50c1c7a
Update coca_stats.py
kyla-mcconnell Nov 6, 2020
d48631d
Fix filepath (remove scores folder)
kyla-mcconnell Nov 6, 2020
d736690
add back in line for subbing out underscores
kyla-mcconnell Nov 10, 2020
91203c7
Remove puncutation more efficiently
kyla-mcconnell Nov 11, 2020
612cd10
Fix punctuation in lemma script too
kyla-mcconnell Nov 11, 2020
92a3fd8
Create simplified scripts to extract only TPs
kyla-mcconnell Nov 13, 2020
1127475
Rename assign_search, add simplified lemma scorer
kyla-mcconnell Nov 18, 2020
6e72d7b
Add most recent version
kyla-mcconnell Nov 19, 2020
d17bd8b
Update preprocessing funciton to match coca_stats
kyla-mcconnell Nov 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.json
*.json
*.txt
.DS_Store
*.pyc
Binary file added __pycache__/settings_stats.cpython-37.pyc
Binary file not shown.
Loading