LinguA is a linguistic annotation pipeline which combines rule-based and machine learning algorithms. It includes the following annotation steps:
Sentence splitting
Tokenization
Part-of-speech tagging and lemmatization
Dependency parsing
LinguA allows you to analyze your texts as well as to visualize and download your analysis in CoNLL format, where:
sentences are separated by a blank line;
each token starts on a new line and it is annotated with the following linguistic information: Lemma, Coarse and Fine grained Part-of-Speech, Morphological features, Syntactic Dependency information