Giter Club home page Giter Club logo

newsreader's Introduction

NewsReader

NewsReader is a natural language processing pipeline. Among others, it tags parts-of-speech, recognizes named entities and annotates entities with predicates.

There are a number of implementations of the NewsReader pipeline:

  • POAS: pipeline-on-a-stick.
  • cltl/nlpp: contains a script that constructs the pipeline (EN+NL) from components.
  • vmc-from-scratch: creating a VM with the Dutch version of NewsReader
  • newsreader-docker: a Docker image for setting up a NewsReader server.

At the moment, none of these implementations succesfully build the whole pipeline for Dutch (see issues tracker). We have therefore decided to build the pipeline from individual modules.

Modules

We have imported all modules from NewsReader under the heading "Dutch modules":

These modules depend on the following software packages:

Build

The goal is to construct a lightweight, portable pipeline, which we achieve through a Docker image. This image is available from Docker Hub and can be obtained by pulling:

docker pull evidence/newsreaderdutch

If you would like to make change and build the image yourself, call:

docker image build -t newsreaderdutch NewsReaderDutch/

from within the root of the repository.

Usage

The Docker container can be run directly on your text files by calling:

docker run -v /workspace/:/work/ newsreaderdutch /work/file.txt

where /workspace/ is your local directory containing files that need to be processed and file.txt is the document that you would like to get annotated. The output will have the same filename, but with a *.naf extension. Currently, the pipeline writes the output of each module separately as well.

Contact

Questions, comments and bugs can be submitted to the issues tracker.

newsreader's People

Contributors

wmkouw avatar martinedevos avatar meiertgrootes avatar

Watchers

James Cloos 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.