Giter Site home page Giter Site logo

formatconversions's Introduction

FormatConversions

Several conversions between formats that are commonly used by our tools

This repository provides several conversion scripts between commonly used formats.

For conversions between NAF and FoLiA, see https://github.com/cltl/NAFFoLiAPy

Included conversions:

  • SONAR 2 NAF: tokens, terms and srl
  • NAF 2 CAT: tokens, for specific tasks factuality and Dutch SRL (see naf2cat/README.md)
  • CAT 2 CAT: cat2cat markables: turns specific attributes of a markable into markables (for comparison and quick inspections)

LICENSE:

All software included in this repository is freely available under the Apache License, Version 2.0 (http://www.apache.org/licenses/)

formatconversions's People

Contributors

mpvharmelen avatar antske avatar

Stargazers

A. Willian Sousa avatar Karel D'Oosterlinck avatar Jan van Casteren avatar Wietse de Vries avatar

Watchers

James Cloos avatar Emiel van Miltenburg avatar  avatar Ruben Izquierdo avatar piek avatar Minh Le avatar  avatar Paul Huygen avatar vdudhmal avatar Marten Postma avatar Filip Ilievski avatar R.H. Segers avatar  avatar  avatar

Forkers

filter-bubble

formatconversions's Issues

mmax2raw.py ignores sentence boundaries

Alpino expects every sentence of tokenized input to be on a separate line (Alpino User Guide, Section 2.5 on page 7).
mmax2raw.py, however, totally ignores this and outputs all words of a MMAX file on a single line of the output file:

fd.write(" ".join(word['word'] for word in words))

Fixing this could improve tagging and therefore coreference results.
Alpino also sometimes seems to output cyclic graphs as dependency-"trees". Maybe this is also caused by this issue.

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.