Hi, I am currently working on a NLP project where I am using rust to parse and extract files and then send the data to python. I am wondering if I can use this library for the python extension?? I tried using this with maturin, and pyo3. Not sure why, but it broke the entire program. I was wondering if there was a way anyone knows how to use this with maturin to build a python library?? I would provider any error messages, but it just says module not found in python.
Hi, I am currently working on a NLP project where I am using rust to parse and extract files and then send the data to python. I am wondering if I can use this library for the python extension?? I tried using this with maturin, and pyo3. Not sure why, but it broke the entire program. I was wondering if there was a way anyone knows how to use this with maturin to build a python library?? I would provider any error messages, but it just says module not found in python.