EntityPairs_OneSentence: EntityPairs_OneSentence

Description Usage Arguments Examples

Description

Use to see if words from two lists co-exist within a sentence. Eg site and tissue type. This function only looks in one sentence for the two terms. This should be ised a

Usage

1
EntityPairs_OneSentence(inputText, list1, list2)

Arguments

inputText

The relevant pathology text column

list1

First list to refer to

list2

The second list to look for

Examples

1
# tbb<-EntityPairs_OneSentence(Mypath$Histology,HistolType(),LocationList())

sebastiz/EndoMineR_devlop documentation built on May 29, 2019, 7:33 a.m.