mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
Updated PyATE syntax to fit spaCy V3
This commit is contained in:
parent
a13f29bb54
commit
edcaf9a1d7
|
@ -2772,10 +2772,10 @@
|
|||
"pip": "pyate",
|
||||
"code_example": [
|
||||
"import spacy",
|
||||
"from pyate.term_extraction_pipeline import TermExtractionPipeline",
|
||||
"import pyate",
|
||||
"",
|
||||
"nlp = spacy.load('en_core_web_sm')",
|
||||
"nlp.add_pipe(TermExtractionPipeline())",
|
||||
"nlp.add_pipe(\"combo_basic\") # or any of `basic`, `weirdness`, `term_extractor` or `cvalue`",
|
||||
"# source: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1994795/",
|
||||
"string = 'Central to the development of cancer are genetic changes that endow these “cancer cells” with many of the hallmarks of cancer, such as self-sufficient growth and resistance to anti-growth and pro-death signals. However, while the genetic changes that occur within cancer cells themselves, such as activated oncogenes or dysfunctional tumor suppressors, are responsible for many aspects of cancer development, they are not sufficient. Tumor promotion and progression are dependent on ancillary processes provided by cells of the tumor environment but that are not necessarily cancerous themselves. Inflammation has long been associated with the development of cancer. This review will discuss the reflexive relationship between cancer and inflammation with particular focus on how considering the role of inflammation in physiologic processes such as the maintenance of tissue homeostasis and repair may provide a logical framework for understanding the connection between the inflammatory response and cancer.'",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue
Block a user