Skip to content

Commit

Permalink
Tiny doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Granroth-Wilding committed Apr 1, 2016
1 parent 34f9523 commit f90ac5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wishlist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Things I plan to add to Pimlico:
- :doc:`Berkeley Parser <plans/berkeley>` for fast constituency parsing
- :doc:`C&C <plans/candc>` for parsing, tagging, etc
- OpenNLP coref. I've already wrapper other OpenNLP tools, so this would be pretty easy.
- `Reconcile <https://www.cs.utah.edu/nlp/reconcile/>` coref. Seems to incorporate upstream NLP tasks. Would want
- `Reconcile <https://www.cs.utah.edu/nlp/reconcile/>`_ coref. Seems to incorporate upstream NLP tasks. Would want
to interface such that we can reuse output from other modules and just do coref.
- `Malt dependency parser <http://www.maltparser.org/>`. I've wrapper this in Python before, so can probably reuse
- `Malt dependency parser <http://www.maltparser.org/>`_. I've wrapper this in Python before, so can probably reuse
that. Faster alternative to CoreNLP dep parser, already wrapped

- Bundle Pimlico Java code as jars, so user doesn't need to compile. Dead easy - just add jar target to ant
Expand Down

0 comments on commit f90ac5b

Please sign in to comment.