HomophoneDictionaryGetAllHomophoneGroups Method |
Gets all groups of homophones contained in this dictionary.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic string[][] GetAllHomophoneGroups()
Public Function GetAllHomophoneGroups As String()()
public:
array<array<String^>^>^ GetAllHomophoneGroups()
member GetAllHomophoneGroups : unit -> string[][]
Return Value
Type:
StringAll groups of homophones.
See Also