Skip to content

efleisig/ppa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Princeton Prosody Archive: Item Classification and Related Work

Classification

Code for item classification is found in classification/prosody_classifier.py.

Results for different classifier types:

  • Single-layer neural network (NN): 63% accuracy

  • Naive Bayes classifier: 87% accuracy

  • Support Vector Machine (SVM): 89% accuracy

Run prosody_classifier.py for SVM results. The trained NN is in models/prosody_classifier.pt.

Topic Modelling

Code for topic modeling is found under topic_modeling. Word clouds are zipped under topic_modeling/results.

ID Extraction

Code for extracting IDs from text is found in id_extraction/id_extraction.py.

Authors and Acknowledgment

This project is the work of Eve Fleisig and was created for the Princeton Prosody Archive in 2019-2020.

About

Princeton Prosody Archive code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages