ctakes-rest-service icon indicating copy to clipboard operation
ctakes-rest-service copied to clipboard

A JSON-based rest service to process unstructured clinical text through a smart natural language processing system.

Results 21 ctakes-rest-service issues
Sort by recently updated
recently updated
newest added

Hi, I have created custom dictionary and placed in **ctakes-rest-service\ctakes-web-rest\src\main\resources\org\apache\ctakes\dictionary\lookup\fast\sno_rx_16ab** and rebuild the war. Copied war file to tomcat, but the ctakes server is picking the terms which are not...

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.18.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.18.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-beans's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.3.18.RELEASE to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.9&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps uimaj-core from 2.4.0 to 2.10.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.uima:uimaj-core&package-manager=maven&previous-version=2.4.0&new-version=2.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps uimafit-core from 2.1.0 to 2.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.uima:uimafit-core&package-manager=maven&previous-version=2.1.0&new-version=2.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 6.0.6 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 4.3.18.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

I've just created a custom dictionary and I would like to use them as part of this REST service solution. Is there any tutorial on doing this? Thanks!