MATLAB ヘルプ センター
文書から string ベクトルの cell 配列への変換
C = doc2cell(documents)
C = doc2cell(documents) は、tokenizedDocument 配列を cell 配列に変換します。C のエントリは、各文書内の対応する単語が格納された string 配列になります。
C
documents
tokenizedDocument
例
すべて折りたたむ
tokenizedDocument 配列を string ベクトルの cell 配列に変換します。
documents = tokenizedDocument([ ... "an example of a short sentence" ... "a second short sentence"])
documents = 1×2 tokenizedDocument: 6 tokens: an example of a short sentence 4 tokens: a second short sentence
C=1×2 cell array {["an" "example" "of" "a" "short" "sentence"]} {["a" "second" "short" "sentence"]}
cell 配列の最初の要素を表示します。
C{1}
ans = 1×6 string "an" "example" "of" "a" "short" "sentence"
入力文書。tokenizedDocument 配列として指定します。
string ベクトルの cell 配列を出力します。C の各要素は、対応する文書の単語が格納された string ベクトルになります。
R2017b で導入
context | doclength | joinWords | string | tokenizedDocument
context
doclength
joinWords
string
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ