View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jcore-lingscope-ae-2.6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
lingscope.algorithms.negex
├─ lingscope.algorithms.negex.GenNegEx.class - [JAR]
├─ lingscope.algorithms.negex.Sorter.class - [JAR]
lingscope.structures
├─ lingscope.structures.AnnotatedSentence.class - [JAR]
lingscope.algorithms
├─ lingscope.algorithms.AbnerTokenizer.class - [JAR]
├─ lingscope.algorithms.AnnotationComparer.class - [JAR]
├─ lingscope.algorithms.Annotator.class - [JAR]
├─ lingscope.algorithms.BaselineAnnotator.class - [JAR]
├─ lingscope.algorithms.BaselineCueAnnotator.class - [JAR]
├─ lingscope.algorithms.BaselineScopeAnnotator.class - [JAR]
├─ lingscope.algorithms.CrfAnnotator.class - [JAR]
├─ lingscope.algorithms.NegexAnnotator.class - [JAR]
├─ lingscope.algorithms.NegexCueAnnotator.class - [JAR]
├─ lingscope.algorithms.NegexScopeAnnotator.class - [JAR]
├─ lingscope.algorithms.PosTagger.class - [JAR]
lingscope.drivers
├─ lingscope.drivers.AnnotatedFilesMerger.class - [JAR]
├─ lingscope.drivers.AnnotationComparerDriver.class - [JAR]
├─ lingscope.drivers.BaselineDriver.class - [JAR]
├─ lingscope.drivers.CrfDriver.class - [JAR]
├─ lingscope.drivers.CueAndPosFilesMerger.class - [JAR]
├─ lingscope.drivers.ModelTrainer.class - [JAR]
├─ lingscope.drivers.NegexDriver.class - [JAR]
├─ lingscope.drivers.PosTaggerDriver.class - [JAR]
├─ lingscope.drivers.SentencePosTagger.class - [JAR]
├─ lingscope.drivers.SentenceTagger.class - [JAR]
generalutils
├─ generalutils.FileOperations.class - [JAR]
lingscope.io
├─ lingscope.io.AnnotatedSentencesIO.class - [JAR]
de.julielab.jcore.ae.lingscope
├─ de.julielab.jcore.ae.lingscope.LikelihoodUtils.class - [JAR]
├─ de.julielab.jcore.ae.lingscope.LingscopePosAnnotator.class - [JAR]