Skip to content

Commit

Permalink
#4335 - Promote UIMA JSON CAS 0.4.0 to non-experimental
Browse files Browse the repository at this point in the history
- Removed "experimental"
  • Loading branch information
reckart committed Dec 2, 2023
1 parent acb8716 commit 360c441
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 360c441

Please sign in to comment.