You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
When running according to the instructions this happens:
...
Caused by: org.apache.uima.cas.CASRuntimeException: A sofaFS with name _InitialView has already been created.
at org.apache.uima.cas.impl.CASImpl.addSofa(CASImpl.java:765)
at org.apache.uima.cas.impl.CASImpl.createInitialSofa(CASImpl.java:748)
at org.apache.uima.cas.impl.CASImpl.getSofaRef(CASImpl.java:850)
at org.apache.uima.cas.impl.CASImpl.ll_createFSAnnotCheck(CASImpl.java:631)
at org.apache.uima.cas.impl.CASImpl.ll_createAnnotation(CASImpl.java:4521)
at org.apache.uima.cas.impl.CASImpl.ll_createDocumentAnnotationNoIndex(CASImpl.java:4593)
at org.apache.uima.cas.impl.CASImpl.ll_createDocumentAnnotation(CASImpl.java:4586)
at org.apache.uima.cas.impl.CASImpl.createDocumentAnnotation(CASImpl.java:4582)
at org.apache.uima.cas.impl.CASImpl.getDocumentAnnotation(CASImpl.java:4635)
at org.apache.uima.cas.impl.CASImpl.setDocumentLanguage(CASImpl.java:4767)
at org.apache.uima.jcas.impl.JCasImpl.setDocumentLanguage(JCasImpl.java:1319)
at fr.aphp.wind.uima.segmenter.pojo.SectionSegmenterPojo.analyzeText(SectionSegmenterPojo.java:84)
at fr.aphp.wind.uima.spark.MimicSectionSegmenter$$anonfun$main$1.apply(MimicSectionExtractor.scala:61)
at fr.aphp.wind.uima.spark.MimicSectionSegmenter$$anonfun$main$1.apply(MimicSectionExtractor.scala:60)
...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running according to the instructions this happens:
The text was updated successfully, but these errors were encountered: