Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 546 Bytes

Kashmiri-Parsing-Pipeline

A toolkit for Kashmiri which includes a portion of Kashmiri Dependency treebank and a dependency parsing pipeline with a POS-tagger, a Chunker and an Intra-chunk Dependency Parser.

How to use?

bash dependencyParser.sh <input (file|directory)> <output (directory)>

Dependencies

Install the following:

Maltparser and CRF++

Set the environment variable kashPar to Kashmiri Parsing directory in ~/.bashrc as:

export kashPar="/home/usr/Kashmiri-Parsing-Pipeline"