"AnatomicalStructure" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- AnatomicalStructure
-
- Interpreter Types
- AnatomicalStructure
- ComputedAnatomicalStructure
-
- Text Contents
- Protein
- MedicalTest
- Disease
- CognitiveTask
- Neuron
- Species
- Gene
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- AnatomicalStructure
-
- Interpreter Types
- AnatomicalStructure
- ComputedAnatomicalStructure
-
- Text Contents
- Protein
- MedicalTest
- Disease
- CognitiveTask
- Neuron
- Species
- Gene
- Related Guides
-
See Also
"AnatomicalStructure" (Text Content Type)
Text identified as the name of an anatomical structure.
Details
- "AnatomicalStructure" can be used in TextCases, TextPosition and TextContents.
- "AnatomicalStructure" corresponds to any mention of an anatomical structure (real or not real) in the context of the text.
- Homonyms of anatomical structures that are not anatomical structures should not be detected as "AnatomicalStructure" (if the context allows disambiguation).
- TextCases[…,"AnatomicalStructure""Interpretation"] attempts to return entities of type "AnatomicalStructure", as Interpreter["AnatomicalStructure"] does.
- Any specific "AnatomicalStructure" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of anatomical structures in a text:
TextCases["Since the mucus tends to pool at the bottom of the abdominal cavity, it is common to remove the ovaries, fallopian tubes, uterus, and parts of the large intestine.", "AnatomicalStructure"]Get the result as a list of "AnatomicalStructure" entities:
TextCases["Since the mucus tends to pool at the bottom of the abdominal cavity, it is common to remove the ovaries, fallopian tubes, uterus, and parts of the large intestine.", "AnatomicalStructure" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["AnatomicalStructure"] to text snippets:
Interpreter["AnatomicalStructure"][{"abdominal cavity", "ovaries", "fallopian tubes"}]Get properties about occurrences of anatomical structures:
TextContents["Since the mucus tends to pool at the bottom of the abdominal cavity, it is common to remove the ovaries, fallopian tubes, uterus, and parts of the large intestine.", "AnatomicalStructure", All]Find mentions of uterine tube in a text:
TextContents["Although some surgical procedures may be rather extensive, patients can and do recover from surgery, and the majority of these patients can and do live productive lives. In debulking, the surgeon attempts to remove as much tumor as possible. CRS or cytoreductive surgery involves surgical removal of the peritoneum and any adjacent organs which appear to have tumor seeding. Since the mucus tends to pool at the bottom of the abdominal cavity, it is common to remove the ovaries, fallopian tubes, uterus, and parts of the large intestine.", Entity["AnatomicalStructure", "UterineTube"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: AnatomicalStructure
Interpreter Types: AnatomicalStructure ComputedAnatomicalStructure
Text Contents: Protein MedicalTest Disease CognitiveTask Neuron Species Gene