Texttinypy

Latest version: v0.0.4

Safety actively analyzes 618370 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.3

I removed the *ngram_sequential* and *ngram_overlap* stemmers from the *Term_Matrix*, *transform_vec_docs* and *vocabulary_parser* methods of the corresponding *tokenizer*, *docs_matrix* and *utils* classes. I overlooked the fact that the n-gram stemming is based on the whole corpus and not on each vector of the document(s), which is the case for the *Term_Matrix*, *transform_vec_docs* and *vocabulary_parser* methods.
I also updated the package documentation.
I modified the *secondary_n_grams* of the *tokenization.cpp* source file due to a bug.

0.0.2

I modified the *adj_Sparsity()* function of the *term_matrix.cpp* file to avoid UBSAN-memory errors (the errors happen if any of *all_indices*, *adj_col_indices* is an empty std::vector)

0.0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.