Skip to content

Commit

Permalink
Merge pull request #4336 from inception-project/refactoring/4335-Prom…
Browse files Browse the repository at this point in the history
…ote-UIMA-JSON-CAS-0.4.0-to-non-experimental

#4335 - Promote UIMA JSON CAS 0.4.0 to non-experimental
  • Loading branch information
reckart authored Dec 2, 2023
2 parents acb8716 + 360c441 commit 3c51d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class UimaJsonCasFormatSupport
implements FormatSupport
{
public static final String ID = "jsoncas";
public static final String NAME = "UIMA CAS JSON 0.4.0 (experimental)";
public static final String NAME = "UIMA CAS JSON 0.4.0";

private final DocumentImportExportService documentImportExportService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// limitations under the License.

[[sect_formats_uimajson]]
= UIMA CAS JSON (experimental)
= UIMA CAS JSON

This is a new and still experimental UIMA CAS JSON format which is able to capture not only the
annotations but also the type system. As such, it is self-contained like the <<sect_formats_uimabinarycas>>
Expand All @@ -33,7 +33,7 @@ The current draft specification of the format is available link:https://github.c
|====
| Format | Read | Write | Custom Layers | Description

| link:https://github.com/apache/uima-uimaj-io-jsoncas/blob/main/SPECIFICATION.adoc[UIMA CAS JSON (experimental)] (`jsoncas`)
| link:https://github.com/apache/uima-uimaj-io-jsoncas/blob/main/SPECIFICATION.adoc[UIMA CAS JSON] (`jsoncas`)
| yes
| yes
| yes
Expand Down

0 comments on commit 3c51d7e

Please sign in to comment.