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: 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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
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  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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