-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Andrew Zaffos edited this page Feb 27, 2017
·
14 revisions
Resources | Description |
---|---|
GeoDeepDive Website | General information about the GeoDeepDive project. |
Application Template | A template and common set of conventions for building applications to extract information from published and pre-processed documents in GeoDeepDive. |
Stanford NLP Poses Key | Definitions of the Stanford NLP parts of speech ("poses") abbreviations, which tag parts of speech in processed GeoDeepDive document sentences. |
Stanford NLP Paths Key | (Definitions of the Stanford NLP typed dependencies ("dep paths") abbreviations, which define the grammatical relationships of words in processed GeoDeepDive document sentences. |
Stromatolites Demo | An abbreviated demonstration of the Stromatolites Application. This python script searches for descriptions of stromatolite occurrences in geologic literature. |
ePANDDA Lab Exercise | A lab exercise for the University of Wisconsin's Quantitative Paleobiology course that covers basic text-mining and machine-learning in GeoDeepDive. |
R Tutorial | Resources for developing basic R skills |
Git Tutorial | Resources for developing git and GitHub skills. |
This application template provides a common set of conventions to get you started building applications with the GeoDeepDive infrastructure and is primarily intended to streamline interaction with collaborators. It does not contain any logic for entity or data extraction, or any other functionality of DeepDive, but rather just an interface to an infrastructure that enables these sorts of activities.
Pages: