Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

compling

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compling - npm Package Compare versions

Comparing version
0.0.31
to
0.0.32
+1
-1
compling.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: compling
Version: 0.0.31
Version: 0.0.32
Summary: Computational Linguistic

@@ -5,0 +5,0 @@ Home-page: https://github.com/FrancescoPeriti/compling

@@ -74,3 +74,3 @@ from tqdm import tqdm

if not hasattr(self, 'tf_postings'):
if not hasattr(self, 'tf_postings') or boolean:
filters = dict()

@@ -116,4 +116,11 @@ for k, v in self.nlp.config.get_section(s='Vector_filter').items():

if boolean:
if format_ == 'postings-list':
return postings
else:
return self.postings2docterm(postings)
self.tf_postings = postings
if format_ == 'postings-list':

@@ -120,0 +127,0 @@ return self.tf_postings

Metadata-Version: 2.1
Name: compling
Version: 0.0.31
Version: 0.0.32
Summary: Computational Linguistic

@@ -5,0 +5,0 @@ Home-page: https://github.com/FrancescoPeriti/compling

@@ -44,3 +44,3 @@ import subprocess

name="compling",
version="0.0.31",
version="0.0.32",
author="Francesco Periti",

@@ -47,0 +47,0 @@ author_email="peritifrancesco@gmail.com",