Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUsing the UDAPI-python within a Python code #50
Comments
|
test_node.py shows some examples how to use Udapi from Python, but I usually it is less work to the CLI Udapi can integrate various taggers and parsers, but currently only UDPipe is integrated. If you want use Udapi just for tagging+parsing, you can use UDPipe directly - it has a Python interface and much better documentation than Udapi. (There is also an option to load the parsed CoNLL-U files in your custom Python programme without using any Python API.) |
Dear admins of the UDAPI
Is there a clear documentation how to use the UDAPI from within a code, as a part of the Python code?
I am trying to include the UDAPI function to parse a text and then to get the result within a custom Python programme.
Thank you
Benedikt