"vscode:/vscode.git/clone" did not exist on "d0cec028c7ddb59b8e4d0ee054d0ea8b1a493d46"
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