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
I get this error when I try to train CERMINE as decribed here:
Exception in thread "main" java.lang.IllegalArgumentException: No enum constant pl.edu.icm.cermine.structure.model.BxZoneLabel.AFFILATION at java.base/java.lang.Enum.valueOf(Enum.java:240) at pl.edu.icm.cermine.structure.model.BxZoneLabel.valueOf(BxZoneLabel.java:30) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.parseClassification(TrueVizToBxDocumentReader.java:407) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.parseZoneNode(TrueVizToBxDocumentReader.java:415) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.parsePageNode(TrueVizToBxDocumentReader.java:449) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.read(TrueVizToBxDocumentReader.java:106) at pl.edu.icm.cermine.tools.BxDocUtils.getDocument(BxDocUtils.java:56) at pl.edu.icm.cermine.tools.BxDocUtils$DocumentsIterator$1.next(BxDocUtils.java:106) at pl.edu.icm.cermine.tools.BxDocUtils$DocumentsIterator$1.next(BxDocUtils.java:92) at pl.edu.icm.cermine.tools.classification.general.BxDocsToTrainingSamplesConverter.getZoneTrainingSamples(BxDocsToTrainingSamplesConverter.java:40) at pl.edu.icm.cermine.libsvm.training.SVMMetadataBuilder.main(SVMMetadataBuilder.java:145)
The text was updated successfully, but these errors were encountered:
I get this error when I try to train CERMINE as decribed here:
Exception in thread "main" java.lang.IllegalArgumentException: No enum constant pl.edu.icm.cermine.structure.model.BxZoneLabel.AFFILATION at java.base/java.lang.Enum.valueOf(Enum.java:240) at pl.edu.icm.cermine.structure.model.BxZoneLabel.valueOf(BxZoneLabel.java:30) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.parseClassification(TrueVizToBxDocumentReader.java:407) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.parseZoneNode(TrueVizToBxDocumentReader.java:415) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.parsePageNode(TrueVizToBxDocumentReader.java:449) at pl.edu.icm.cermine.structure.transformers.TrueVizToBxDocumentReader.read(TrueVizToBxDocumentReader.java:106) at pl.edu.icm.cermine.tools.BxDocUtils.getDocument(BxDocUtils.java:56) at pl.edu.icm.cermine.tools.BxDocUtils$DocumentsIterator$1.next(BxDocUtils.java:106) at pl.edu.icm.cermine.tools.BxDocUtils$DocumentsIterator$1.next(BxDocUtils.java:92) at pl.edu.icm.cermine.tools.classification.general.BxDocsToTrainingSamplesConverter.getZoneTrainingSamples(BxDocsToTrainingSamplesConverter.java:40) at pl.edu.icm.cermine.libsvm.training.SVMMetadataBuilder.main(SVMMetadataBuilder.java:145)
The text was updated successfully, but these errors were encountered: