Skip to content

Commit

Permalink
Merge branch 'alpha' of github.com:fginter/Finnish-dep-parser into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
fginter committed Jan 14, 2014
2 parents a44d18f + 17ec465 commit f781a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Finnish-dep-parser
==================

This repository holds the dependency parsing pipeline being developed by the [University of Turku NLP group](http://bionlp.utu.fi). This is a work in progress and should be considered "early beta". A version of this pipeline was used to parse 1.5B tokens of text; it is relatively stable but still a research prototype.
This repository holds the dependency parsing pipeline being developed by the [University of Turku NLP group](http://bionlp.utu.fi). This is a work in progress and should be considered alpha-grade experimental code. A version of this pipeline was used to parse 1.5B tokens of text, though, so it is relatively stable if it runs on your system.

Download
========

You can either git clone the repository `git clone https://github.com/fginter/Finnish-dep-parser.git` or download it using the *Download ZIP* link on the right-hand side.
You can either git clone the repository `git clone -b alpha https://github.com/fginter/Finnish-dep-parser.git` or download it using the *Download ZIP* link on the right-hand side.

Installation and prerequisites
==============================
Expand All @@ -23,7 +23,7 @@ Of these, all but HunPOS are Java programs and tend to work fine anywhere.
If HunPOS doesn't run
=====================

HunPOS is a binary distribution and works OK on some systems and not so much on others.
HunPOS is a binary distribution and works OK on some systems and not so much on others. If the install script cannot make it work, try to compile it yourself (it's typically very easy) and copy `hunpos-tag` into the LIBS directory. Everything should work fine after that.

Parsing plain text
==================
Expand Down

0 comments on commit f781a9f

Please sign in to comment.