Git Product home page Git Product logo

dkpro-core's Introduction

DKPro Core

Build Status Maven Central Join the chat at https://gitter.im/dkpro/dkpro-core

DKPro Core is a collection of software components for natural language processing (NLP) based on the Apache UIMA framework.

For more information, visit the DKPro Core website.

For usage examples, see the DKPro Core Examples project

dkpro-core's People

Contributors

reckart avatar zesch avatar pedrobisp avatar horsmann avatar ferschke avatar carschno avatar maxxkia avatar nicolaierbs avatar pkluegl avatar judithek avatar betoboullosa avatar kouylekov avatar dodinh avatar morlikowski avatar langtechude avatar az79nefy avatar jibun avatar nreimers avatar schrieveslaach avatar jgrivolla avatar habernal avatar emilykjamison avatar seyyaw avatar logological avatar manuelciosici avatar anshul-tak avatar silvanaha avatar benjaminherbert avatar hpzorn avatar daxenberger avatar

Watchers

James Cloos avatar  avatar

dkpro-core's Issues

brat exporter

Create a brat exporter (different from brat writer)
that is thought for representing data

  • create the class and arrange the code so the brat writer remains unchanged (or minimal changes)
  • change the parameters to allow different improvments:
    • select the feature to represent
    • same color for each feature
    • color depending of a numerical value (between min(clear) /max(darker) )

Modify the udpipe segmenter to add splitted contractions

The UDPipe segmenter is not annotating the splitted contractions due to the fix from #4. Implement the usual strategy for annotating contractions in UIMA, it is, annotating the new tokens contiguously under the span of the contraction.

DoR: #4
DoD: The segmenter annotates the components of the contractions contiguously. If the components doesn't fit, throws an exception.

Put order in our DKPro changes

  • Submit issues for changes to be integrates in the DKPro
  • Create an internal version with the changes over an stable version while changes are not integrated into the DKPro
  • Create independent modules for changes not to be integrated in DKPro

Adapt UDPipe Segmenter to UDPipe 2

In UDPipe 2, the words/tokens are splitted in two different lists, words list for single tokens, included the tokens resulting from separating contractions but not the contractions themselves, which are stored into multiwordTokens list.

The 1.12.x version of the UDPipe Segmenter does not seem to take this into account and this seems to be causing random errors (inexplicably, sometimes it seems to work...). Adapt the UDPipeSegmenter according to the described list setup.

DoR: Already ready.
DoD: UDPipeSegmenter works with any contractions in the text.

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.