jar

net.sf.extjwnl : extjwnl

Maven & Gradle

Jan 22, 2022
22 usages
120 stars

extJWNL · extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries in WordNet format

Table Of Contents

Latest Version

Download net.sf.extjwnl : extjwnl JAR file - Latest Versions:

All Versions

Download net.sf.extjwnl : extjwnl JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.9.x
1.9
1.8.x
1.7.x
1.6.x
1.6
1.5.x
1.5

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 extjwnl-2.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.extjwnl.dictionary.file

├─ net.sf.extjwnl.dictionary.file.AbstractDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.DictionaryCatalog.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.DictionaryCatalogSet.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.DictionaryDiskFile.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.DictionaryFile.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.DictionaryFileFactory.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.DictionaryFileType.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.ObjectDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile.class - [JAR]

net.sf.extjwnl.dictionary.database

├─ net.sf.extjwnl.dictionary.database.ConnectionManager.class - [JAR]

├─ net.sf.extjwnl.dictionary.database.DatabaseManager.class - [JAR]

├─ net.sf.extjwnl.dictionary.database.DatabaseManagerImpl.class - [JAR]

├─ net.sf.extjwnl.dictionary.database.Query.class - [JAR]

net.sf.extjwnl.data

├─ net.sf.extjwnl.data.Adjective.class - [JAR]

├─ net.sf.extjwnl.data.AdjectivePosition.class - [JAR]

├─ net.sf.extjwnl.data.AdjectiveSynset.class - [JAR]

├─ net.sf.extjwnl.data.BaseDictionaryElement.class - [JAR]

├─ net.sf.extjwnl.data.DatabaseDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.data.DictionaryElement.class - [JAR]

├─ net.sf.extjwnl.data.DictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.data.DictionaryElementType.class - [JAR]

├─ net.sf.extjwnl.data.Exc.class - [JAR]

├─ net.sf.extjwnl.data.FileDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.data.IndexWord.class - [JAR]

├─ net.sf.extjwnl.data.IndexWordSet.class - [JAR]

├─ net.sf.extjwnl.data.LexFileIdFileNameMap.class - [JAR]

├─ net.sf.extjwnl.data.LexFileNameFileIdMap.class - [JAR]

├─ net.sf.extjwnl.data.MapBackedDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.data.MapDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.data.POS.class - [JAR]

├─ net.sf.extjwnl.data.Pointer.class - [JAR]

├─ net.sf.extjwnl.data.PointerTarget.class - [JAR]

├─ net.sf.extjwnl.data.PointerType.class - [JAR]

├─ net.sf.extjwnl.data.PointerTypeFlags.class - [JAR]

├─ net.sf.extjwnl.data.PointerUtils.class - [JAR]

├─ net.sf.extjwnl.data.Synset.class - [JAR]

├─ net.sf.extjwnl.data.Verb.class - [JAR]

├─ net.sf.extjwnl.data.VerbSynset.class - [JAR]

├─ net.sf.extjwnl.data.Word.class - [JAR]

net.sf.extjwnl.data.list

├─ net.sf.extjwnl.data.list.Node.class - [JAR]

├─ net.sf.extjwnl.data.list.NodePrinter.class - [JAR]

├─ net.sf.extjwnl.data.list.PointerTargetNode.class - [JAR]

├─ net.sf.extjwnl.data.list.PointerTargetNodeList.class - [JAR]

├─ net.sf.extjwnl.data.list.PointerTargetTree.class - [JAR]

├─ net.sf.extjwnl.data.list.PointerTargetTreeNode.class - [JAR]

├─ net.sf.extjwnl.data.list.PointerTargetTreeNodeList.class - [JAR]

net.sf.extjwnl.dictionary

├─ net.sf.extjwnl.dictionary.AbstractCachingDictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.DatabaseBackedDictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.Dictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.FileBackedDictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.MapBackedDictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.MapDictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.MemoryDictionary.class - [JAR]

├─ net.sf.extjwnl.dictionary.MorphologicalProcessor.class - [JAR]

net.sf.extjwnl.princeton.data

├─ net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.princeton.data.PrincetonWN17DatabaseDictionaryElementFactory.class - [JAR]

├─ net.sf.extjwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory.class - [JAR]

net.sf.extjwnl.dictionary.morph

├─ net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.AbstractOperation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.BaseFormSet.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.LookupExceptionsOperation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.LookupIndexWordOperation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.Operation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.TokenizerOperation.class - [JAR]

├─ net.sf.extjwnl.dictionary.morph.Util.class - [JAR]

net.sf.extjwnl.util.cache

├─ net.sf.extjwnl.util.cache.Cache.class - [JAR]

├─ net.sf.extjwnl.util.cache.CacheSet.class - [JAR]

├─ net.sf.extjwnl.util.cache.HashPool.class - [JAR]

├─ net.sf.extjwnl.util.cache.LRUCache.class - [JAR]

├─ net.sf.extjwnl.util.cache.LRUCacheSet.class - [JAR]

├─ net.sf.extjwnl.util.cache.LRUPOSCache.class - [JAR]

├─ net.sf.extjwnl.util.cache.POSCache.class - [JAR]

├─ net.sf.extjwnl.util.cache.Pool.class - [JAR]

├─ net.sf.extjwnl.util.cache.ZeroPool.class - [JAR]

net.sf.extjwnl.princeton.file

├─ net.sf.extjwnl.princeton.file.AbstractPrincetonDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile.class - [JAR]

├─ net.sf.extjwnl.princeton.file.PrincetonResourceObjectDictionaryFile.class - [JAR]

net.sf.extjwnl.util

├─ net.sf.extjwnl.util.ByteArrayCharSequence.class - [JAR]

├─ net.sf.extjwnl.util.CharBufferCharSequence.class - [JAR]

├─ net.sf.extjwnl.util.CharSequenceParser.class - [JAR]

├─ net.sf.extjwnl.util.CharSequenceTokenizer.class - [JAR]

├─ net.sf.extjwnl.util.DeepCloneable.class - [JAR]

├─ net.sf.extjwnl.util.PointedCharSequence.class - [JAR]

├─ net.sf.extjwnl.util.ResourceBundleSet.class - [JAR]

net.sf.extjwnl.dictionary.file_manager

├─ net.sf.extjwnl.dictionary.file_manager.FileManager.class - [JAR]

├─ net.sf.extjwnl.dictionary.file_manager.FileManagerImpl.class - [JAR]

net.sf.extjwnl.data.relationship

├─ net.sf.extjwnl.data.relationship.AsymmetricRelationship.class - [JAR]

├─ net.sf.extjwnl.data.relationship.Relationship.class - [JAR]

├─ net.sf.extjwnl.data.relationship.RelationshipFinder.class - [JAR]

├─ net.sf.extjwnl.data.relationship.RelationshipList.class - [JAR]

├─ net.sf.extjwnl.data.relationship.SymmetricRelationship.class - [JAR]

net.sf.extjwnl

├─ net.sf.extjwnl.JWNLException.class - [JAR]

├─ net.sf.extjwnl.JWNLIOException.class - [JAR]

├─ net.sf.extjwnl.JWNLRuntimeException.class - [JAR]

net.sf.extjwnl.util.factory

├─ net.sf.extjwnl.util.factory.AbstractValueParam.class - [JAR]

├─ net.sf.extjwnl.util.factory.NameValueParam.class - [JAR]

├─ net.sf.extjwnl.util.factory.Owned.class - [JAR]

├─ net.sf.extjwnl.util.factory.Param.class - [JAR]

├─ net.sf.extjwnl.util.factory.ParamList.class - [JAR]

├─ net.sf.extjwnl.util.factory.ValueParam.class - [JAR]

Advertisement

Dependencies from Group

Jan 22, 2022
22 usages
120 stars
Sep 03, 2014
15 usages
2 stars
Dec 02, 2017
3 usages
1 stars
Sep 03, 2014
2 usages
1 stars
Jan 22, 2022
1 usages
114 stars

Discover Dependencies

Jan 20, 2017
9 usages
May 20, 2016
4 usages
0 stars
Aug 05, 2022
4 usages
67 stars
Jan 18, 2018
4 usages
34 stars
Oct 25, 2019
0 stars
Apr 01, 2023
4 usages
2 stars
Dec 11, 2021
7 usages
0 stars
Aug 02, 2012
3 usages
132 stars