Other packages > Find by keyword >

wordnet  

WordNet Interface
View on CRAN: Click here


Download and install wordnet package within the R console
Install from CRAN:
install.packages("wordnet")

Install from Github:
library("remotes")
install_github("cran/wordnet")

Install by package version:
library("remotes")
install_version("wordnet", "0.1-17")



Attach the package and use:
library("wordnet")
Maintained by
Kurt Hornik
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2007-08-25
Latest Update: 2024-06-08
Description:
An interface to WordNet using the Jawbone Java API to WordNet. WordNet (<https://wordnet.princeton.edu/>) is a large lexical database of English.Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept.Synsets are interlinked by means of conceptual-semantic and lexical relations. Please note that WordNet(R) is a registered tradename.Princeton University makes WordNet available to research and commercial users free of charge provided the terms of their license (<https://wordnet.princeton.edu/license-and-commercial-use>) are followed, and proper reference is made to the project using an appropriate citation (<https://wordnet.princeton.edu/citing-wordnet>).
How to cite:
Kurt Hornik (2007). wordnet: WordNet Interface. R package version 0.1-17, https://cran.r-project.org/web/packages/wordnet. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1-1 (2007-09-21 15:24), 0.1-2 (2008-02-07 13:50), 0.1-3 (2008-05-02 11:32), 0.1-4 (2009-06-25 22:06), 0.1-5 (2009-09-10 21:02), 0.1-6 (2010-06-26 22:04), 0.1-7 (2011-02-10 20:19), 0.1-8 (2012-12-22 14:14), 0.1-9 (2013-09-05 19:11), 0.1-10 (2015-01-25 17:47), 0.1-11 (2016-01-06 17:50), 0.1-12 (2017-10-14 08:10), 0.1-13 (2017-11-12 12:21), 0.1-14 (2017-11-26 10:23), 0.1-15 (2020-12-04 12:24), 0.1-16 (2023-01-31 16:26), 0.1-17 (2024-06-08 19:56), 0.1 (2007-08-25 18:55)
Other packages that cited wordnet R package
View wordnet citation profile
Other R packages that wordnet depends, imports, suggests or enhances
Complete documentation for wordnet
Functions, R codes and Examples using the wordnet R package
Some associated functions: getDict . getDictInstance . getFilterTypes . getIndexTerms . getLemma . getRelatedSynsets . getSynonyms . getSynsets . getTermFilter . getWord . initDict . setDict . synonyms . 
Some associated R codes: AAA.R . dictionary.R . indexterm.R . init.R . synonyms.R . synsets.R . termfilter.R .  Full wordnet package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA