python-gatenlp icon indicating copy to clipboard operation
python-gatenlp copied to clipboard

Python text processing, pattern matching, and NLP framework

Results 32 python-gatenlp issues
Sort by recently updated
recently updated
newest added

These would be very cool to have: * allow to limit the annotation sets / types to send over * allow to pre-select set/type combinations for viewing * allow to...

help wanted

We currently have "Document:" at the start of the document pane. This could become Document: SOMESTRING by passing parameters to show (and thus to the corpusviewer) which would make it...

So we can take tokens and sentences from set A but chunks from set B (e.g. a Key set).

File format conversion: conll to our annotations: * basic conll 2003 format: token / whitespace / IBO-code * IBO-code is something like I-PER, B-LOC, O * use heuristics/rules for whitespace...

See https://docs.npmjs.com/creating-and-publishing-an-organization-scoped-package

There are many different ways for how to install Python and python packages under Windows and then use the packages for development. Also a range of options for installing Java...

Currently we just set a flag to abort the pipeline loop when Ctrl-C is pressed. This will not work (well) with a pipeline which uses pipe() where a large number...

Separate out everything depending on ray into a separate module which gets only loaded when ray is actually used.