Skip to content

Tags: LHNCBC/metamaplite

Tags

RELEASE3.6.2rc8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from dcronkite/feature/add-negation-to-json-ou…

…tput

Added negation to json output

3.6.2rc7

Updated version in project file to 3.6.2rc7

RELEASE3.6.2rc6

Merge branch 'master' of https://github.com/lhncbc/metamaplite

RELEASE3.6.2rc5

Fixed error in MMI treecode output

Changed treecode lookup to use concept preferred name instead of
synonym.

RELEASE3.6.2rc4

Updated maven version to 3.6.2rc4

RELEASE3.6.2rc3

Fixed error when calling OpenNLP's Part-of-Speech tagger

Whitespace tokens were present when calling OpenNLP's part-of-speech
tagger.  This causes the tagger to produce erroreous tag predictions
in many cases.  A token list without whitespace tokens is now passed
to the POS tagger and the results are remerged into original token
list.

wsd_rc1

word sense disambiguation release candidate 1

RELEASE3.6.2rc2

Updated project version to 3.6.2rc2 in maven project file

RELEASE3.6.2rc1

Added missing scheduler options --scheduler and -E

Along with implementation of citation end indicator after result
output.

RELEASE3.6.1p2

Refactored initialization of OpenNLP tools, updated release version

The initialization of sentence breaker, PoS tagger, and chunker has
been moved to allow them to be invoked only when necessary.

Updated build, project, and script files to release 3.6.1p2.