Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Cui <[email protected]>
  • Loading branch information
BuyuanCui committed Jul 22, 2024
1 parent 4e7243a commit b3d9d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def encode(self, text: str) -> List[int]:

def encode_from_g2p(self, g2p_text: List[str], raw_text: Optional[str] = None):
"""
Encodes text that has already been run through G2Pr.
Encodes text that has already been run through G2P.
Called for encoding to tokens after text preprocessing and G2P.
Args:
Expand Down

0 comments on commit b3d9d5c

Please sign in to comment.