We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datum 只是一個外面打包完傳一層就解開的 data class
有這個必要讓外面先打包好嗎? 還是可以改成 transform 直接吃 Datum init 的參數即可?
The text was updated successfully, but these errors were encountered:
你說的這件事應該是這個模組的功能。如果需要一個更簡便的,可以擴展一個:
from uttut.transformer import PureUtterance raw_utts = ["第一句", "第二句"] data = PureUtterance().mechanize(raw_utts)
Sorry, something went wrong.
No branches or pull requests
Datum 只是一個外面打包完傳一層就解開的 data class
有這個必要讓外面先打包好嗎?
還是可以改成 transform 直接吃 Datum init 的參數即可?
The text was updated successfully, but these errors were encountered: