도움말 센터도움말 센터
단어가 문서에 포함되었는지 검사
R2022b 이후
tf = containsWords(documents,words)
tf = containsWords(documents,words,IgnoreCase=flag)
예제
tf = containsWords(documents,words)는 documents의 토큰이 words와 일치하는 경우 1을 반환하고, 그 외의 경우에는 0을 반환합니다.
tf
documents
words
1
0
tf = containsWords(documents,words,IgnoreCase=flag)는 단어를 검사할 때 대/소문자를 무시할지 여부도 지정합니다.
flag
모두 축소
토큰화된 문서로 구성된 배열을 만듭니다.
documents = tokenizedDocument([ "an example of a short sentence" "a second short sentence"]);
단어 "second"가 포함된 문서를 검사합니다.
"second"
tf = containsWords(documents,"second")
tf = 2x1 logical array 0 1
tokenizedDocument
입력 문서로, tokenizedDocument 배열로 지정됩니다.
pattern
검사할 단어로, 다음 값 중 하나로 지정됩니다.
string형 배열
문자형 벡터
문자형 벡터로 구성된 셀형 배열
pattern 배열
words에 여러 개의 단어가 포함된 경우 함수는 대응되는 문서에 해당 단어가 하나라도 나타나면 1을 반환합니다.
false
true
대/소문자를 무시하는 옵션으로, 다음 값 중 하나로 지정됩니다.
0 (false) – 대/소문자만 다른 일치 항목 후보를 일치하지 않는 것으로 처리합니다.
1 (true) – 대/소문자만 다른 일치 항목 후보를 일치하는 것으로 처리합니다.
데이터형: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | logical
single
double
int8
int16
int32
int64
uint8
uint16
uint32
uint64
logical
R2022b에 개발됨
contains | containsNgrams | tokenizedDocument | removeWords | removeStopWords | normalizeWords | replaceWords | doclength | context | replace
contains
containsNgrams
removeWords
removeStopWords
normalizeWords
replaceWords
doclength
context
replace
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office