Skip to content

tools and resources

Honghan Wu edited this page Aug 23, 2016 · 12 revisions
  • BRAT - http://brat.nlplab.org/ online environment for collaborative text annotation. Syntax: here
  • Annotation / Summary Tools
  • Ontologies / Vocabularies
  • ontologies selected manually for NCBO Annotator
    • "acronym": "ICD10", "name": "International Classification of Diseases, Version 10"
    • "acronym": "PDON", "name": "Parkinson's Disease Ontology"
    • "acronym": "DOID", "name": "Human Disease Ontology"
    • "acronym": "ADO", "name": "Alzheimer's disease ontology"
    • "acronym": "FMA", "name": "Foundational Model of Anatomy"
    • "acronym": "PATO", "name": "Phenotypic Quality Ontology"
    • "acronym": "NIFSTD", "name": "Neuroscience Information Framework (NIF) Standard Ontology". Note: using NIFSTD will bring in too many annotations from a large number of other ontologies. the result can be easily overwhelmed.

pdf highlight extraction

install python-poppler-qt4 on ubuntu as follows

sudo apt-get update
sudo apt-get install python-poppler-qt4
Clone this wiki locally