Also, just fYI:  I also use cTakes 4.x which is also not migrated to 3.x.. so 
This is how I’ve defined my jcasgen. I will do the same for cleartk. 

All the types do get generated. So I assume my approach is correct.. But, if 
this is not the correct, please let me know
                        <plugin>
                                <groupId>org.apache.uima</groupId>
                                <artifactId>jcasgen-maven-plugin</artifactId>
                                <executions>
                                    <execution>
                                      <goals><goal>generate</goal></goals>  
<!-- this is the only goal -->
                                                        <configuration>
                                                        
                                                           <typeSystemIncludes>
                                  
                                                  
<typeSystemInclude>src/main/resources/com/wiredinformatics/invenio/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                      
<typeSystemInclude>src/main/resources/org/apache/ctakes/typesystem/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                          
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/assertion/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/coreference/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/coreference/types/BinaryRelation.xml
                                                  </typeSystemInclude>
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/coreference/types/CollectionRelation.xml
                                                  </typeSystemInclude>
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/coreference/types/CoreferenceRelation.xml
                                                  </typeSystemInclude>
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/coreference/types/PredictAgeRelation.xml
                                                  </typeSystemInclude>
                                                    
<typeSystemInclude>src/main/resources/org/apache/ctakes/coreference/types/Relation.xml
                                                  </typeSystemInclude>
                                                   
<typeSystemInclude>src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                  
<typeSystemInclude>src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                 
                                                    
<typeSystemInclude>src/main/resources/org/apache/ctakes/ytex/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                          
<typeSystemInclude>src/main/resources/org/apache/ctakes/drugner/types/TypeSystem.xml
                                                  </typeSystemInclude>
                                                </typeSystemIncludes>
                                                        
                                                        </configuration>
                                        </execution>
                                </executions>
                        </plugin>
Daniel Cosio
[email protected]



> On Apr 12, 2022, at 2:39 AM, Richard Eckart de Castilho <[email protected]> 
> wrote:
> 
> org.apache.uima.jcas.tcas.Annotation

Reply via email to