From b44d3e78d880dcaf0664baec0ae0ca5f632d5473 Mon Sep 17 00:00:00 2001 From: Daniel Khashabi Date: Thu, 26 Jul 2018 20:57:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a83c310..fc75457 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ print(doc.get_pos) # will produce (UH Hello) (, ,) (WRB how) (VBP are) (PRP you) The default/easy usage has some restrictions as will deliniate in the next section. See the next section to -**Api Docs:** Here is the [API docs](http://cogcomp.cs.illinois.edu/software/doc/ccg_nlpy/pipeliner.m.html) of our `Pipeliner` module. +**Api Docs:** Here is the [API docs](http://cogcomp.org/software/doc/ccg_nlpy/) of our `Pipeliner` module. ## Structure This tool enables you accesss [CogComp pipeline](https://github.com/CogComp/cogcomp-nlp/tree/master/pipeline) in different forms. The figure below summarizes these approaches: