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

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ReviewR  
A Light-Weight, Portable Tool for Reviewing Individual Patient Records
A portable Shiny tool to explore patient-level electronic health record data and perform chart revi ...
Download / Learn more Package Citations See dependency  
portalr  
Create Useful Summaries of the Portal Data
Download and generate summaries for the rodent, plant, ant, and weather data from the Portal Projec ...
Download / Learn more Package Citations See dependency  
SAMtool  
Stock Assessment Methods Toolkit
Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform ...
Download / Learn more Package Citations See dependency  
lmSubsets  
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset selection in ordinary linear regression mode ...
Download / Learn more Package Citations See dependency  
testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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