Tokenising, tagging and parsing of natural language
UDPipe is a tool that uses natural language processing to perform tasks such as tokenization, part-of-speech tagging, lemmatization, and dependency parsing. It involves users preparing training data in the CoNLL-U format and understanding the nuances of the language being processed. Before using UDPipe, users must ensure that the input text is correctly formatted and that appropriate models are selected for the specific task and language. The tool also allows for customized models, although these require training the tool. The tool generates outputs like syntactic trees or tables of grammatical features. It can also be used as a package in R programming software.