Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This package shorttext
is a Python package that facilitates supervised and unsupervised
learning for short text categorization. Due to the sparseness of words and
the lack of information carried in the short texts themselves, an intermediate
representation of the texts and documents are needed before they are put into
any classification algorithm. In this package, it facilitates various types
of these representations, including topic modeling and word-embedding algorithms.
The package shorttext
runs on Python 3.8, 3.9, 3.10, and 3.11.
Characteristics:
gensim
topic models (LDA, LSI, Random Projections) and autoencoder;scikit-learn
;Documentation and tutorials for shorttext
can be found here: http://shorttext.rtfd.io/.
See tutorial for how to use the package, and FAQ.
To install it, in a console, use pip
.
>>> pip install shorttext
or, if you want the most recent development version on Github, type
>>> pip install git+https://github.com/stephenhky/PyShortTextCategorization@master
Developers are advised to make sure Keras
>=2 be installed. Users are advised to install the backend Tensorflow
(preferred) or Theano
in advance. It is desirable if Cython
has been previously installed too.
See installation guide for more details.
To report any issues, go to the Issues tab of the Github page and start a thread. It is welcome for developers to submit pull requests on their own to fix any errors.
If you would like to contribute, feel free to submit the pull requests. You can talk to me in advance through e-mails or the Issues page.
shorttext
2.0.0 released.shorttext
1.6.1 released.shorttext
1.6.0 released.shorttext
1.5.9 released.shorttext
1.5.8 released.shorttext
1.5.7 released.shorttext
1.5.6 released.shorttext
1.5.5 released.shorttext
1.5.4 released.shorttext
1.5.3 released.shorttext
1.5.2 released.shorttext
1.5.1 released.shorttext
1.5.0 released.shorttext
1.4.8 released.shorttext
1.4.7 released.shorttext
1.4.6 released.shorttext
1.4.5 released.shorttext
1.4.4 released.shorttext
1.4.3 released.shorttext
1.4.2 released.shorttext
1.4.1 released.shorttext
1.4.0 released.shorttext
1.3.0 released.shorttext
1.2.6 released.shorttext
1.2.5 released.shorttext
1.2.4 released.shorttext
1.2.3 released.shorttext
1.2.2 released.shorttext
1.2.1 released.shorttext
1.2.0 released.shorttext
1.1.6 released.shorttext
1.1.5 released.shorttext
1.1.4 released.shorttext
1.1.3 released.shorttext
1.1.2 released.shorttext
1.1.1 released.shorttext
1.1.0 released.shorttext
1.0.8 released.shorttext
1.0.7 released.shorttext
1.0.6 released.shorttext
1.0.5 released.shorttext
1.0.4 released.shorttext
1.0.3 released.shorttext
1.0.2 released.shorttext
1.0.1 released.shorttext
1.0.0 released.shorttext
0.7.2 released.shorttext
0.7.1 released.shorttext
0.7.0 released.shorttext
0.6.0 released.shorttext
0.5.11 released.shorttext
0.5.10 released.shorttext
0.5.9 released.shorttext
0.5.8 released.shorttext
0.5.7 released.shorttext
0.5.6 released.shorttext
0.5.5 released.shorttext
0.5.4 released.shorttext
0.5.1 released.shorttext
0.4.1 released.shorttext
0.4.0 released.shorttext
0.3.8 released.shorttext
0.3.7 released.shorttext
0.3.6 released.shorttext
0.3.5 released.shorttext
0.3.4 released.shorttext
0.3.3 released.shorttext
0.3.2 released.shorttext
0.3.1 released.shorttext
0.2.1 released.shorttext
0.2.0 released.shorttext
0.1.2 released.shorttext
0.1.1 released.FAQs
Short Text Mining
We found that shorttext demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.