jar

io.github.starlangsoftware : AnnotatedTree

Maven & Gradle

Jun 21, 2023
8 usages
3 stars

NlpToolkit.AnnotatedTree · Annotated constituency treebank library

Table Of Contents

Latest Version

Download io.github.starlangsoftware : AnnotatedTree JAR file - Latest Versions:

All Versions

Download io.github.starlangsoftware : AnnotatedTree JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window AnnotatedTree-1.0.54.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

AnnotatedTree.Layer

├─ AnnotatedTree.Layer.DependencyLayer.class - [JAR]

├─ AnnotatedTree.Layer.EnglishPropbankLayer.class - [JAR]

├─ AnnotatedTree.Layer.EnglishSemanticLayer.class - [JAR]

├─ AnnotatedTree.Layer.EnglishWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.MetaMorphemeLayer.class - [JAR]

├─ AnnotatedTree.Layer.MetaMorphemesMovedLayer.class - [JAR]

├─ AnnotatedTree.Layer.MorphologicalAnalysisLayer.class - [JAR]

├─ AnnotatedTree.Layer.MultiWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.MultiWordMultiItemLayer.class - [JAR]

├─ AnnotatedTree.Layer.NERLayer.class - [JAR]

├─ AnnotatedTree.Layer.PersianWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.ShallowParseLayer.class - [JAR]

├─ AnnotatedTree.Layer.SingleWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.SingleWordMultiItemLayer.class - [JAR]

├─ AnnotatedTree.Layer.SourceLanguageWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.TargetLanguageWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.TurkishPropbankLayer.class - [JAR]

├─ AnnotatedTree.Layer.TurkishSemanticLayer.class - [JAR]

├─ AnnotatedTree.Layer.TurkishWordLayer.class - [JAR]

├─ AnnotatedTree.Layer.WordLayer.class - [JAR]

AnnotatedTree

├─ AnnotatedTree.ChunkType.class - [JAR]

├─ AnnotatedTree.LayerInfo.class - [JAR]

├─ AnnotatedTree.LayerItemNotExistsException.class - [JAR]

├─ AnnotatedTree.NodePermutation.class - [JAR]

├─ AnnotatedTree.NodePermutationComparator.class - [JAR]

├─ AnnotatedTree.ParenthesisInLayerException.class - [JAR]

├─ AnnotatedTree.ParseNodeDrawable.class - [JAR]

├─ AnnotatedTree.ParseNodeSearchable.class - [JAR]

├─ AnnotatedTree.ParseTreeComparator.class - [JAR]

├─ AnnotatedTree.ParseTreeDrawable.class - [JAR]

├─ AnnotatedTree.ParseTreeSearchable.class - [JAR]

├─ AnnotatedTree.SearchTree.class - [JAR]

├─ AnnotatedTree.SearchType.class - [JAR]

├─ AnnotatedTree.TreeBankDrawable.class - [JAR]

├─ AnnotatedTree.WordNotExistsException.class - [JAR]

AnnotatedTree.Processor

├─ AnnotatedTree.Processor.ConvertToTurkishParseTree.class - [JAR]

├─ AnnotatedTree.Processor.NodeDrawableCollector.class - [JAR]

├─ AnnotatedTree.Processor.TreeModifier.class - [JAR]

├─ AnnotatedTree.Processor.TreeToStringConverter.class - [JAR]

AnnotatedTree.Processor.NodeModification

├─ AnnotatedTree.Processor.NodeModification.ConvertToLayeredFormat.class - [JAR]

├─ AnnotatedTree.Processor.NodeModification.NodeModifier.class - [JAR]

AnnotatedTree.Statistics

├─ AnnotatedTree.Statistics.TestTreeLayerStatistics.class - [JAR]

├─ AnnotatedTree.Statistics.TreeLayerStatistics.class - [JAR]

AnnotatedTree.Processor.Condition

├─ AnnotatedTree.Processor.Condition.IsDoubleNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsDoubleNodeWithDifferentTags.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsEnglishLeafNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsLeafNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNodeWithPredicate.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNodeWithSymbol.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNodeWithSynSetId.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNoneNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNoneReplaceable.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNullElement.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsNumber.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsPredicateVerbNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsProperNoun.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsPunctuationNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsTransferable.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsTurkishLeafNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsVPNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.IsVerbNode.class - [JAR]

├─ AnnotatedTree.Processor.Condition.NodeDrawableCondition.class - [JAR]

AnnotatedTree.Util

├─ AnnotatedTree.Util.DoneFileFilter.class - [JAR]

├─ AnnotatedTree.Util.NotDoneFileFilter.class - [JAR]

├─ AnnotatedTree.Util.SemiDoneFileFilter.class - [JAR]

AnnotatedTree.Processor.LayerExist

├─ AnnotatedTree.Processor.LayerExist.ContainsLayerInformation.class - [JAR]

├─ AnnotatedTree.Processor.LayerExist.LeafListCondition.class - [JAR]

├─ AnnotatedTree.Processor.LayerExist.NotContainsLayerInformation.class - [JAR]

├─ AnnotatedTree.Processor.LayerExist.SemiContainsLayerInformation.class - [JAR]

AnnotatedTree.Processor.LeafConverter

├─ AnnotatedTree.Processor.LeafConverter.LeafToEnglish.class - [JAR]

├─ AnnotatedTree.Processor.LeafConverter.LeafToLanguageConverter.class - [JAR]

├─ AnnotatedTree.Processor.LeafConverter.LeafToPersian.class - [JAR]

├─ AnnotatedTree.Processor.LeafConverter.LeafToRootFormConverter.class - [JAR]

├─ AnnotatedTree.Processor.LeafConverter.LeafToStringConverter.class - [JAR]

├─ AnnotatedTree.Processor.LeafConverter.LeafToTurkish.class - [JAR]

Advertisement

Dependencies from Group

Feb 16, 2023
18 usages
3 stars
Feb 16, 2023
15 usages
6 stars
Oct 14, 2022
14 usages
2 stars
Apr 26, 2023
11 usages
17 stars
Jun 21, 2023
10 usages
3 stars

Discover Dependencies

Apr 29, 2020
2 usages
172 stars
Jan 13, 2021
3 usages
0 stars
Mar 20, 2023
4 usages
1.9k stars
Oct 20, 2022
2 usages
1.9k stars
Aug 21, 2023
2 usages
1.9k stars
Aug 21, 2023
2 usages
1.9k stars
Aug 21, 2023
4 usages
1.9k stars
Jul 18, 2023
2 usages
2.5k stars
Jul 18, 2023
2 usages
2.5k stars
May 17, 2021
3 usages
7 stars