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): ...@@ -169,4 +169,6 @@ class CMUDict(Dataset):
@property @property
def symbols(self) -> List[str]: def symbols(self) -> List[str]:
"""list[str]: A list of phonemes symbols, such as `AA`, `AE`, `AH`.
"""
return self._symbols.copy() 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