Socket
Book a DemoInstallSign in
Socket

bash-nb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bash-nb

Naive Bayes implemented in bash.

0.0.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

nb

Install nb

$ git clone https://github.com/yhat/bash-nb.git
$ cd bash-nb
$ npm install -g 

This doesn't work...yet

$ npm install -g nb

Get the data

$ ./scripts/getdata.sh

Make some predictions

$ nb monster carnivore hairy fins

P(cryptids|monster)=.9989355354
P(dinosaurs|monster)=.0010644645
==============================
P(cryptids|carnivore)=.5186436777
P(dinosaurs|carnivore)=.4813563222
==============================
P(cryptids|hairy)=1.0000000000
P(dinosaurs|hairy)=0
==============================
P(cryptids|fins)=.9259958352
P(dinosaurs|fins)=.0740041647
==============================

htmlToText

# select the entire page and convert to text only
$ curl http://en.wikipedia.org/wiki/Chupacabra | html2Text 

# select only the children of the id=bodyContent
$ curl http://en.wikipedia.org/wiki/Chupacabra | html2Text "#bodyContent" 

# select bodyContent but leave as plain HTML
$ curl http://en.wikipedia.org/wiki/Chupacabra | html2Text "#bodyContent" html

Keywords

bash

FAQs

Package last updated on 04 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.