A link or reference to the book is missing.
I want to implement NLP pipeline for extracting gene-disease associations from PubMed abstracts. Which are the tools used in various NLP steps such as Tokenisation, POS Tagging, and NER. I would like to implement in Python.
1 answer
This question is definitely too broad, but this book is a decent primer on basic NLP in python. Chapters 3-5 cover your specifically requested tasks. This review on generating gene-disease associations may also be helpful.
Totally thought I put it in there, nice catch.
Thanks for the reply. Let me go through the paper.
This question is definitely too broad
Let me focus on the NER in biomedical literature? Could yo please suggests good resources?
This book chapter provides good background on text mining in biomedical literature in general, with specific sections on almost all of your topics and names of resources that might be helpful. Without a more specific question, it's hard to do more than point you to links from Google, which I'm sure you can find yourself as well.
Log in to answer this question.