共用方式為


JapanesePhoneticAnalyzer.GetWords 方法

定義

多載

GetWords(String)

讀取日文字串,該字串是中文字元和平假名字元的組合,並傳回具有斷詞符號之字串中適當讀取的集合。

GetWords(String, Boolean)

讀取日文字串,該字串是中文字元和平假名字元的組合,並傳回具有斷詞符號之字串中適當讀取的集合。 選擇性地使用「Mono Ruby」策略,將多漢字單字分成多個漢字字。

GetWords(String)

讀取日文字串,該字串是中文字元和平假名字元的組合,並傳回具有斷詞符號之字串中適當讀取的集合。

public:
 static IVectorView<JapanesePhoneme ^> ^ GetWords(Platform::String ^ input);
/// [Windows.Foundation.Metadata.Overload("GetWords")]
 static IVectorView<JapanesePhoneme> GetWords(winrt::hstring const& input);
[Windows.Foundation.Metadata.Overload("GetWords")]
public static IReadOnlyList<JapanesePhoneme> GetWords(string input);
function getWords(input)
Public Shared Function GetWords (input As String) As IReadOnlyList(Of JapanesePhoneme)

參數

input
String

Platform::String

winrt::hstring

日文字串,這是中文字元和平假名字元的組合。

此字串的最大長度為 100 個字元。

傳回

JapanesePhoneme物件的集合,代表具有斷詞符號之字串的適當讀取。

屬性

另請參閱

適用於

GetWords(String, Boolean)

讀取日文字串,該字串是中文字元和平假名字元的組合,並傳回具有斷詞符號之字串中適當讀取的集合。 選擇性地使用「Mono Ruby」策略,將多漢字單字分成多個漢字字。

public:
 static IVectorView<JapanesePhoneme ^> ^ GetWords(Platform::String ^ input, bool monoRuby);
/// [Windows.Foundation.Metadata.Overload("GetWordsWithMonoRubyOption")]
 static IVectorView<JapanesePhoneme> GetWords(winrt::hstring const& input, bool const& monoRuby);
[Windows.Foundation.Metadata.Overload("GetWordsWithMonoRubyOption")]
public static IReadOnlyList<JapanesePhoneme> GetWords(string input, bool monoRuby);
function getWords(input, monoRuby)
Public Shared Function GetWords (input As String, monoRuby As Boolean) As IReadOnlyList(Of JapanesePhoneme)

參數

input
String

Platform::String

winrt::hstring

日文字串,這是中文字元和平假名字元的組合。

此字串的最大長度為 100 個字元。

monoRuby
Boolean

bool

指定使用斷詞策略 「Mono Ruby」。 如果 為 true,則會使用斷詞策略 「Mono Ruby」。 「Mono Ruby」 會更積極地嘗試將多漢字單字分成多個漢字字。

如果 為 false,則不會使用 「Mono Ruby」。

傳回

JapanesePhoneme物件的集合,代表具有斷詞符號之字串的適當讀取。

屬性

另請參閱

適用於