Microtc

Latest version: v2.4.10

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

Scan your dependencies

Page 2 of 2

2.4.4

This version has a parameter to disable text transformations. This might be useful if another process applied the text transformations.

2.4.3

This version includes a parameter to create the Bag of Word model with a maximum number of terms. For example, the following code can be used to create a model with at most 1024 terms (tokens) using q-grams (2, 3, 4) and words.
python
from microtc import TextModel

tm = TextModel(token_list=[-1, 2, 3, 4],
token_max_filter=2024,
max_dimension=True)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.