From d3bed2f12854ae9ca3c004c158b365fcf7af5d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Thu, 19 Jan 2023 17:44:43 +0100 Subject: [PATCH] This will be new in 3.5.1 (rather than 4) --- website/docs/api/corpus.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/corpus.mdx b/website/docs/api/corpus.mdx index 30012a97b..75e8f5c0f 100644 --- a/website/docs/api/corpus.mdx +++ b/website/docs/api/corpus.mdx @@ -176,7 +176,7 @@ Yield examples from the data. | `nlp` | The current `nlp` object. ~~Language~~ | | **YIELDS** | The examples. ~~Example~~ | -## PlainTextCorpus {id="plaintextcorpus",tag="class",version="4"} +## PlainTextCorpus {id="plaintextcorpus",tag="class",version="3.5.1"} Iterate over documents from a plain text file. Can be used to read the raw text corpus for language model