jar

com.github.szgabsz91 : morpher-transformation-engine-api

Maven & Gradle

Jun 04, 2023
6 usages
5 stars

morpher-transformation-engine-api-1.7.0 · Morpher Transformation Engine API 1.7.0

Table Of Contents

Latest Version

Download com.github.szgabsz91 : morpher-transformation-engine-api JAR file - Latest Versions:

All Versions

Download com.github.szgabsz91 : morpher-transformation-engine-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
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 morpher-transformation-engine-api-1.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.szgabsz91.morpher.transformationengines.api.wordconverters

├─ com.github.szgabsz91.morpher.transformationengines.api.wordconverters.DoubleConsonantWordConverter.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.wordconverters.IWordConverter.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.wordconverters.IdentityWordConverter.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api

├─ com.github.szgabsz91.morpher.transformationengines.api.IAdaptiveTransformationEngine.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.IBackwardsTransformationEngine.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.IBidirectionalTransformationEngine.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.IForwardsTransformationEngine.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.ISizeAwareTransformationEngine.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel.HorizontalTonguePosition.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel.IVowelAttribute.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel.Length.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel.LipShape.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel.VerticalTonguePosition.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant.Discriminator.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant.IConsonantAttribute.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant.SoundProductionPlace.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant.SoundProductionWay.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant.UvulaPosition.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant.Voice.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.repositories

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.repositories.HungarianAttributedCharacterRepository.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.repositories.HungarianSimpleCharacterRepository.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.repositories.ICharacterRepository.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.statistics

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.statistics.AttributedAttributeStatistics.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.statistics.IAttributeStatistics.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.statistics.SimpleAttributeStatistics.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.utils

├─ com.github.szgabsz91.morpher.transformationengines.api.utils.TrainingDataRetriever.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.sounds

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.Consonant.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.EndSound.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.ISound.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.SoundUtils.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.StartSound.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.Vowel.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.attributes

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.attributes.IAttribute.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.attributes.Letter.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.model

├─ com.github.szgabsz91.morpher.transformationengines.api.model.ProbabilisticWord.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.model.TrainingSet.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.model.TransformationEngineResponse.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.protocolbuffers

├─ com.github.szgabsz91.morpher.transformationengines.api.protocolbuffers.CharacterMessage.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.protocolbuffers.CharacterMessageOrBuilder.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.protocolbuffers.TransformationEnginesApiProtocolBuffers.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.factories

├─ com.github.szgabsz91.morpher.transformationengines.api.factories.IAbstractTransformationEngineFactory.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.factories.ITransformationEngineConfiguration.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.Character.class - [JAR]

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.ICharacter.class - [JAR]

com.github.szgabsz91.morpher.transformationengines.api.characters.converters

├─ com.github.szgabsz91.morpher.transformationengines.api.characters.converters.CharacterConverter.class - [JAR]

Advertisement