doc2cell
文書から string ベクトルの cell 配列への変換
説明
例
文書配列から cell 配列への変換
tokenizedDocument
配列を string ベクトルの cell 配列に変換します。
documents = tokenizedDocument([ ... "an example of a short sentence" ... "a second short sentence"])
documents = 1x2 tokenizedDocument: 6 tokens: an example of a short sentence 4 tokens: a second short sentence
C = doc2cell(documents)
C=1×2 cell array
{["an" "example" "of" "a" "short" "sentence"]} {["a" "second" "short" "sentence"]}
cell 配列の最初の要素を表示します。
C{1}
ans = 1x6 string
"an" "example" "of" "a" "short" "sentence"
入力引数
documents
— 入力文書
tokenizedDocument
配列
入力文書。tokenizedDocument
配列として指定します。
出力引数
C
— 出力 cell 配列
string ベクトルの cell 配列
string ベクトルの cell 配列を出力します。C
の各要素は、対応する文書の単語が格納された string ベクトルになります。
バージョン履歴
R2017b で導入
MATLAB コマンド
次の 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:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)