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]
First Published: 2007-08-25
Latest Update: 2023-01-31
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 11 Apr. 2025.
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 (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
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/10Downloads for wordnet0102030405060708090100TrendBars

Today's Hot Picks in Authors and Packages

multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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