11693-2 / project-team02

Software Method Team Project
4 stars 1 forks source link

Document Annotator #12

Closed xiliuhk closed 10 years ago

xiliuhk commented 10 years ago

DocumentAnnotator

This annotator receives processed query text from previous annotator, then calls API’s findPubMedCitations() function.
This function search query string on PubMed, a service provided by the National Library of Medicine (NLM) which contains approximately 2.2 million articles.
Then, it will return document id which reflects related document in this database.
Finally, we need to joint id with URL prefix to create a complete URL string as document answer.