Git Product home page Git Product logo

constituent-parser-de's Introduction

Constituent Parser German

Introduction

This is a parser for German text using the Stanford parser (http://nlp.stanford.edu/software/lex-parser.shtml). The input for this module has to be a valid KAF file with at least the text layer. The output will be the constituent trees in pennTreebank format for each of the sentences in the input KAF.

The tokenization and sentence splitting is taken from the input KAF file, so if your input file has a wrong tokenization/splitting, the output could contain errors. The number of output constituent trees will be exactly the same as the number of sentences in your input KAF

Requirements

How to run the module with Python

You can run this module from the command line using Python. The main script is core/stanford_parser_de.py. This script reads the KAF from the standard input and writes the output to the standard output, generating some log information in the standard error output. To process one file just run:

cat input.kaf | core/stanford_parser_de.py > input.tree

This will read the KAF file in "input.kaf" and will store the constituent trees in "input.tree".

Contact

constituent-parser-de's People

Contributors

rubenizquierdo avatar sparkboxx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.