"tests/test_data/vscode:/vscode.git/clone" did not exist on "c2fe651fe62dfbc3ad41f4b2f46709c81c14401c"
Unverified Commit 2aad9289 authored by yangarbiter's avatar yangarbiter Committed by GitHub
Browse files

Add documentation for CMUDict's property (#1683)

parent fb35077a
......@@ -169,4 +169,6 @@ class CMUDict(Dataset):
@property
def symbols(self) -> List[str]:
"""list[str]: A list of phonemes symbols, such as `AA`, `AE`, `AH`.
"""
return self._symbols.copy()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment