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 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]