From bebd2861635a120d9d39ba7eb6b04e08583808e8 Mon Sep 17 00:00:00 2001 From: Sam Sloniker Date: Sat, 21 May 2022 12:54:31 -0700 Subject: [PATCH] Fix heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2447c2f..46f63ce 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ category:probability, ...}` Classify `text`. Returns the category into which the text is placed (as a string), or `None` when it cannot classify the text. -## `gptc.compile(raw_model)` +### `gptc.compile(raw_model)` Compile a raw model (as a list, not JSON) and return the compiled model (as a dict).