Resources on Philippine DH

Places where to find digitized materials from the Philippines

http://opac.librarylink.org.ph/ Combined catalogue of different institutions (Lopez Museum and Library, Ortigas Foundation, Filipinas Heritage Library…). It specializes in Filipiniana. There are a few online texts and quite a lot metadata.

Hathitrust.org: If you get an account as a friend of the University of Michigan and you log in, you can access many online materials about and from the Philippines, including periodicals. You can also use their tools for distant reading (HTRC feature reader). Learn here how to do so: https://programminghistorian.org/en/lessons/text-mining-with-extracted-features

https://www.filipinaslibrary.org.ph/ : Some materials of Ayala Heritage Museum & Library are online here . You need to search the catalogue to find out if what you are looking for is online (normally on scribd). If you need to download it from scribd you can use an online downloader such as https://www.scrdownloader.com/

http://digilib.ust.edu.ph/browse-by-category.html#hist UST Digital Library with Filipiniana materials and rare periodicals (published before 1945)

https://filiteratura.uantwerpen.be/ Filiteratura: a database of Philippine literature in Spanish and literature in Spanish about the Philippines (1850-1973).

https://quod.lib.umich.edu/p/philamer/ Collection of the University of Michigan on old US territories (the name of the archive is “The United States and Its Territories: The Age of Imperialism”. Many of their materials are also on Archive.org

www.archive.org They have also journals like Philippine Journal of Sciences and quite a few materials, especially in English and Spanish

http://www.cervantesvirtual.com/portales/literatura_filipina_en_espanol/ Philippine books in Spanish (and a few in English)

https://digital.soas.ac.uk/r_phl/about/ Section on the Philippines of the SOAS digital library (School of Oriental and African Studies of the University of London)

http://www.memoriademadrid.es/buscador.php?accion=VerFicha&id=240706&num_id=1&num_total=1 Some Philippine magazines in Spanish

https://prensahistorica.mcu.es/es/publicaciones/numeros_por_mes.cmd?idPublicacion=1002103&anyo=1933 On this other they have digitized copies of La vanguardia (from the Philippines)

How To Do Things With Those Materials: Resources on DH tools

Preparing a corpus

Getting text out of scanned documents with Transkribus https://latex-ninja.com/2019/11/10/how-to-historical-text-recognition-a-transkribus-quickstart-guide/

Another guide to Transkribus https://transkribus.eu/Transkribus/docs/How%20to%20use%20TRANSKRIBUS-0.1.7.pdf

Cleaning OCR with Regular Expressions https://programminghistorian.org/en/lessons/cleaning-ocrd-text-with-regular-expressions

Cleaning data with Open Refine https://programminghistorian.org/en/lessons/cleaning-data-with-openrefine

Text mining

Lesson on Programming Historian on Text mining with Antconc https://programminghistorian.org/en/lessons/corpus-analysis-with-antconc

Introduction to Stylometry with Python https://programminghistorian.org/en/lessons/introduction-to-stylometry-with-python

A beginners guide to topic modelling with MALLET https://programminghistorian.org/en/lessons/topic-modeling-and-mallet

Text mining with Python on Hathi Trust corpora https://programminghistorian.org/en/lessons/text-mining-with-extracted-features

Heurist and databases

Instructions on how to set up a database with the open-source free app HEURIST: https://heuristnetwork.org/set-up-new-database/

Blog where a group of PhD students at the University of Virginia explain their experiences setting up a database with HEURIST: http://mapscholar.org/history-database-project-may-22-2018/

Introduction To Programming

Introduction to the command line:

Introduction to Python https://programminghistorian.org/en/lessons/introduction-and-installation

Introduction to Jupyter Notebooks https://programminghistorian.org/en/lessons/jupyter-notebooks