IParser

thumb_up Add

Live Demo

Introduction

Yet another multilingual dependency parser, integrated with tokenizer, part-of-speech tagger and visualization tool. IParser can parse raw sentence to dependency tree in CoNLL format, and is able to visualize trees in your browser. Currently, iparser is in a prototype state. It makes no warranty and may not be ready for practical usage.

Install

                        
                            pip3 install iparser --process-dependency-links