ヘルプ センターヘルプ センター
単語連結による文書から string への変換
newStr = joinWords(documents)
newStr = joinWords(documents,delim)
newStr = joinWords(documents) は、各文書内の単語をスペースで連結することにより、tokenizedDocument 配列を string 配列に変換します。
newStr
documents
tokenizedDocument
例
newStr = joinWords(documents,delim) は、スペースの代わりに区切り文字 delim を使用して単語を連結します。
delim
すべて折りたたむ
単語をスペースで連結して、tokenizedDocument 配列を string 配列に変換します。
documents = tokenizedDocument([ "an example of a short sentence" "a second short sentence"])
documents = 2x1 tokenizedDocument: 6 tokens: an example of a short sentence 4 tokens: a second short sentence
str = joinWords(documents)
str = 2x1 string "an example of a short sentence" "a second short sentence"
単語をアンダースコアで連結して、tokenizedDocument 配列を string 配列に変換します。
str = joinWords(documents,"_")
str = 2x1 string "an_example_of_a_short_sentence" "a_second_short_sentence"
入力文書。tokenizedDocument 配列として指定します。
単語を連結する区切り記号。string スカラー、文字ベクトル、または文字ベクトルを含むスカラー cell 配列として指定します。
例: "_"
"_"
例: '_'
'_'
例: {'_'}
{'_'}
データ型: char | string | cell
char
string
cell
出力テキスト。string 配列として返されます。
データ型: string
R2017b で導入
context | doclength | doc2cell | string | tokenizedDocument
context
doclength
doc2cell
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは 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