Closed anderleich closed 3 years ago
Have you perused the in-module docs yet? I’d start there. As I recall they’re reasonably good.
There’s a chapter on morphological analysis in the recently published Pynini book (http://www.morganclaypoolpublishers.com/catalog_Orig/product_info.php?products_id=1636) which includes some worked examples.
On Thu, Sep 9, 2021 at 5:28 AM anderleich @.***> wrote:
Hi,
I found some advanced text processing can be done using Feature, Category and Paradigms classes defined in Pynini. However, I couldn't find any piece of documentation on how to properly use this classes. Is there any docs I'm missing?
Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kylebgorman/pynini/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABG4ONSQDGCL6X4LPCWSHTUBB44ZANCNFSM5DWWD36Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi,
I found some advanced text processing can be done using
Feature
,Category
andParadigms
classes defined in Pynini. However, I couldn't find any piece of documentation on how to properly use this classes. Is there any docs I'm missing?Thanks!