New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

id-wordnet

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

id-wordnet - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

31

package.json
{
"name": "id-wordnet",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",

@@ -22,23 +22,18 @@ "types": "dist/index.d.ts",

"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"@typescript-eslint/parser": "^1.9.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.5.4",
"prettier": "^2.0.5"
},
"scripts": {
"start": "node index.js",
"test": "tsc && jest --detectOpenHandles",
"build": "tsc"
"test": "jest --detectOpenHandles"
},
"files": ["dist/**/*", "database/**/*"]
"files": [
"dist/**/*",
"database/**/*"
]
}

@@ -0,1 +1,5 @@

### Archived
This package is archived. Please use [open-language/wordnets](https://github.com/open-language/wordnets)
![](assets/wordnet-readme-logo.png)

@@ -7,3 +11,3 @@

Princeton University defines it as
Princeton University defines it as

@@ -17,3 +21,2 @@ > WordNet® 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. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural language processing.

## Where did you find this?

@@ -48,15 +51,17 @@

The file format used is `synset\tlang\tgoodness\tlemma`. synset is the offset-pos from Princeton wordnet 3.0.
- Language:
- B (Bahasa = msa);
- I (Indonesian = ind);
- M (Malay = zsm)
- B (Bahasa = msa);
- I (Indonesian = ind);
- M (Malay = zsm)
- Goodness (or Quality)
- Y = hand checked and good
- O = automatic high quality (good)
- M = automatic medium quality (ok) - should be ignored
- L = automatic, probably bad (low) - should be ignored
- X = hand checked and bad - should be ignored
- Y = hand checked and good
- O = automatic high quality (good)
- M = automatic medium quality (ok) - should be ignored
- L = automatic, probably bad (low) - should be ignored
- X = hand checked and bad - should be ignored
The data structure for the Princeton project for english defined in these two documents
- [wndb](https://wordnet.princeton.edu/documentation/wndb5wn), which talks about index.* and data.* files
- [wndb](https://wordnet.princeton.edu/documentation/wndb5wn), which talks about index._ and data._ files
- [wninput](https://wordnet.princeton.edu/documentation/wninput5wn), which talks about the lexicographer file format and the word syntax

@@ -71,2 +76,2 @@

- [TJ Holowaychuk](https://github.com/tj) for showing us how to use black and white beautifully to create the image on the top of the readme. Inspiration from [apex/up](https://github.com/apex/up)
- [Bahasa Wordnet Team](http://wn-msa.sourceforge.net/index.eng.html) for bringing so much sanity in the world
- [Bahasa Wordnet Team](http://wn-msa.sourceforge.net/index.eng.html) for bringing so much sanity in the world
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc