TextAnalysisExtensionsOnString extension
Extension methods on Term that exposes methods analysing and tokenizing text.
- on
Properties
-
diphtongs
→ List<
String> -
Available on String, provided by the TextAnalysisExtensionsOnString extension
Returns all the diphtongs in the String.no setter -
triptongs
→ List<
String> -
Available on String, provided by the TextAnalysisExtensionsOnString extension
Returns all the diphtongs in the String.no setter - vowelDipthongAndTriptongCount → int
-
Available on String, provided by the TextAnalysisExtensionsOnString extension
Returns the number of single vowels, diphtongs and triptongs in the String.no setter -
vowels
→ List<
String> -
Available on String, provided by the TextAnalysisExtensionsOnString extension
Returns all the vowels in the String.no setter
Methods
-
removeEnclosingQuotes(
) → String -
Available on String, provided by the TextAnalysisExtensionsOnString extension
Trims all forms of quotation marks from start and end of String.