Bob Lannon
Bob Lannon
Opening this PR for instructive purposes. This is just to show how [mason](https://github.com/mapbox/mason) can be used to install Pynini's C++ dependencies. The advantage of using mason is similar to the...
thinking this could be a method on `PyOpenFecApiClass`, with fields to be converted listed as class vars for each subclass.
This is such a great project idea, just what I needed. Unfortunately, since Python unified `int` and `long`([PEP-237](https://peps.python.org/pep-0237/)), the language no longer makes a type distinction between 4-byte integers and...
**Is your feature request related to a problem? Please describe.** I often have column names in source data that look like: ``` CatalogGroup1 CatalogGroup2 CatalogGroup3 CatalogGroup4 CatalogGroup5 ``` The `depascalize`...