0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected over 1 year ago.
Nov 11, 2021 — Nov 11, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accompanies the revised Negex Annotator for better compound sentences and for speed More... over 2 years ago
Add thread safe context annotator since i seem to be getting some concurrency-related errors. More... over 2 years ago
Major refactor of relation evaluation code to generalize the idea of different corpora, add reader for DeepPhe, and make it easier to evaluate cross-domain. More... over 2 years ago
Update relation extraction pipeline with modern uima library calls. also update to use fast dictionary in aggregates. More... over 2 years ago
Set all DEPNode labels to "root" in case a (long) tree isn't parsed. More... almost 3 years ago
Add check for "\n" before the person title More... almost 3 years ago
Added xmi output format and a filtered json format to the ctakes-web-rest module. More... almost 3 years ago
Add a parameter to the rest call that lets you specify the format to return. Default behavior is same. Add 'format':'full' param for jcasserializer. More... almost 3 years ago
Added multiple references allowed for type List:items More... about 3 years ago
Added max tokens parameter to both parsers for faster processing of long (usually not meaningful) sentences. More... about 3 years ago
Add token max for constituency parser -- these are the really slow sentences to parse. More... about 3 years ago
Change timeout in cas pool to 0, -1 was throwing exception (despite being in docs). More... about 3 years ago
test line for checkin. Will this kick off Jenkins? Will Jenkins deploy to snapshots? This attempt is to verify the fix in https://issues.apache.org/jira/browse/INFRA-21596 More... about 3 years ago
test line for checkin. Will this kick off Jenkins? Will Jenkins deploy to snapshots? More... about 3 years ago
Temporal IE module that makes REST calls to a BERT server. Currently populates timex+timeClass and event+docTimeRel. More... over 3 years ago
Optimizing attribute feature selectors by caching selectCovering and better tree walking. More... over 3 years ago
Writes medications and their modifiers to a table in a file. More... over 3 years ago
SemanticTui : add Eukaryote. More... over 3 years ago
Put Double.parse(..) in try / catch block. Set value to +/- Double.MAX_VALUE on catch. More... over 3 years ago
Use document id for output file name More... over 3 years ago
Usable proof-of-concept for a neural negation system that uses a tiny python rest server that doesn't know UIMA, and UIMA AE that turns classifier output into CAS properties. More... over 3 years ago
Fix/workaround for jcas.setDocText being callable only once. More... over 3 years ago
HtmlTextWriter : use documentId for filename, more compact annotation info More... over 3 years ago
CliOptions : added umls api key More... over 3 years ago
Fixed problem that values were matched to wrong Entities (in the test) More... over 3 years ago
Just in case there was a problem with the map of collections More... over 3 years ago
Add in more semantic types that users probably want returned from rest server, especially when using customized dictionaries. More... over 3 years ago
PipelineBuilder add run( jcas ) More... over 3 years ago
Updated location of DotLogger More... over 3 years ago
Ctakes issue 545 UMLS Authentication More... over 3 years ago