From 71e9249ff48c4f1409213f89ff33890c7783084e Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Wed, 31 May 2023 13:42:42 -0700 Subject: [PATCH] Classifier objects will be removed in 5.0 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d42bf90..0c9c555 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,13 @@ GPTC. See `models/unpacked/` for an example of the format. +### `gptc.Classifier(model, max_ngram_length=1)` + +`Classifier` objects are deprecated starting with GPTC 3.1.0, and will be +removed in 5.0.0. See [the README from +3.0.2](https://git.kj7rrv.com/kj7rrv/gptc/src/tag/v3.0.1/README.md) if you need +documentation. + ## Ngrams GPTC optionally supports using ngrams to improve classification accuracy. They