You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2023/01/25 18:11:00 UTC

[ctakes] branch main updated: type system moved

This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bc07a9  type system moved
0bc07a9 is described below

commit 0bc07a9c3dd1b47f47c5e86c14eb9ecbf407ffac
Author: Sean Finan <se...@childrens.harvard.edu>
AuthorDate: Wed Jan 25 13:10:49 2023 -0500

    type system moved
---
 ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py b/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py
index a8c9c09..6c38893 100644
--- a/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py
+++ b/ctakes-pbj/src/main/python/ctakes_pbj/type_system/type_system_loader.py
@@ -1,5 +1,4 @@
 import cassis
-# CTAKES_TYPE_SYSTEM = "ctakes-pbj/src/main/python/ctakes_pbj/type_system/TypeSystem.xml"
 XMI_INDICATOR = "xmlns:xmi"
 CTAKES_TYPE_SYSTEM = "resources/org/apache/ctakes/pbj/types/TypeSystem.xml"