EntityPairs_TwoSentence: Look for relationships between site and event

View source: R/Basic_CleanUp.R

EntityPairs_TwoSentenceR Documentation

Look for relationships between site and event

Description

This is used to look for relationships between site and event especially for endoscopy events where sentences such as 'The stomach polyp was large. It was removed with a snare' ie the therapy and the site are in two different locations.

Usage

EntityPairs_TwoSentence(inputString, list1, list2)

Arguments

inputString

The relevant pathology text column

list1

The intial list to assess

list2

The other list to look for

See Also

Other Basic Column mutators: EntityPairs_OneSentence(), ExtrapolatefromDictionary(), ListLookup(), MyImgLibrary()

Examples

# tbb<-EntityPairs_TwoSentence(Myendo$Findings,EventList(),HistolType())

sebastiz/EndoMineR documentation built on Dec. 4, 2022, 7:04 p.m.