Skip to content
View gaborcsernyi's full-sized avatar
Block or Report

Block or report gaborcsernyi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. process-fst_output process-fst_output Public

    This PHP script processes the output of Xerox FST (morphological analyzer). The input is a list words and their analyses (in 'compressed', bracketed form) provided by the morphological transducer (…

    PHP 1

  2. pl-to-xml pl-to-xml Public

    This code takes sentence analyses provided by XLE in Prolog files (each sentence and their analyses provided in a single file), collects all the analyses of the sentences, removes duplicates (relat…

    Java

  3. xml-to-sql xml-to-sql Public

    This script converts treebanks stored in TigerXML-based XML to MySQL. The script requires jdom (tested with jdom-1.1.2).

    Java

  4. to-IOB to-IOB Public

    Using this code makes it possible to convert corpora into IOB format. The script takes three files: a raw text file, a POS-tagged version of the raw text file, and a file in which the start- and en…

    Java

  5. chunks-to-IOB chunks-to-IOB Public

    A conversion tool to convert a corpora tagged for chunks inline to IOB format (column structure: token, POS-tag, IOB-tag).

    Java