Skip to content

dell-research-harvard/newswire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replication code for the paper "Newswire: A Large-Scale Structured Database of a Century of Historical News"

Repo structure -

├── entity
│   └── pipeline.py
├── georeferencing
│   └── georef.py
├── README.md
├── topic_models
│   └── train_topics.py
└── utils
    └── utils.py

Entity (NER, Coreference, Disambiguation)

All relevant functions are in entity/pipeline.py

Georeferencing

All relevant functions in georeferncing/georef.py

Topic Classification

Code to train the models and example Hyperparameters are in topic_models/train_topics.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages