🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

markovian-nlp

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markovian-nlp - npm Package Compare versions

Comparing version

to
1.1.5

lib/ngramsDistribution/bigramsDistribution.js

4

lib/index.js

@@ -8,9 +8,9 @@ "use strict";

var _distributions = _interopRequireDefault(require("./distributions"));
var _ngramsDistribution = _interopRequireDefault(require("./ngramsDistribution"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = _distributions.default;
var _default = _ngramsDistribution.default;
exports.default = _default;
module.exports = exports.default;
//# sourceMappingURL=index.js.map
{
"name": "markovian-nlp",
"version": "1.1.4",
"version": "1.1.5",
"description": "Markov chains & NLP",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -55,12 +55,12 @@ # markovian-nlp

{
and: Object { _end: 0, _start: 0, art: 1 },
art: Object { _end: 0, _start: 0, since: 1 },
birds: Object { _end: 0, _start: 1, have: 1 },
culture: Object { _end: 0, _start: 0, and: 1 },
featured: Object { _end: 0, _start: 0, in: 1 },
have: Object { _end: 0, _start: 0, featured: 1 },
in: Object { _end: 0, _start: 0, culture: 1 },
prehistoric: Object { _end: 0, _start: 0, times: 1 },
since: Object { _end: 0, _start: 0, prehistoric: 1 },
times: Object { _end: 1, _start: 0 },
and: { _end: 0, _start: 0, art: 1 },
art: { _end: 0, _start: 0, since: 1 },
birds: { _end: 0, _start: 1, have: 1 },
culture: { _end: 0, _start: 0, and: 1 },
featured: { _end: 0, _start: 0, in: 1 },
have: { _end: 0, _start: 0, featured: 1 },
in: { _end: 0, _start: 0, culture: 1 },
prehistoric: { _end: 0, _start: 0, times: 1 },
since: { _end: 0, _start: 0, prehistoric: 1 },
times: { _end: 1, _start: 0 },
}

@@ -67,0 +67,0 @@ ```

Sorry, the diff of this file is not supported yet