Condividi tramite


WordsSegmenter.GetTokens(String) Metodo

Definizione

Determina e restituisce tutte le parole o le parole nel testo specificato.

public:
 virtual IVectorView<WordSegment ^> ^ GetTokens(Platform::String ^ text) = GetTokens;
IVectorView<WordSegment> GetTokens(winrt::hstring const& text);
public IReadOnlyList<WordSegment> GetTokens(string text);
function getTokens(text)
Public Function GetTokens (text As String) As IReadOnlyList(Of WordSegment)

Parametri

text
String

Platform::String

winrt::hstring

Testo contenente parole o parole che devono essere restituite.

Restituisce

Raccolta di oggetti WordSegment che rappresentano le parole o le parole.

Commenti

Si noti che alcune lingue non usano spazi (ad esempio giapponese o cinese) e alcune lingue possono restituire più stem di parola per parole composte (ad esempio tedesco).

Si applica a