Skip to content

Commit 5723b4f

Browse files
committed
Rename Training Data examples
1 parent 9bd287b commit 5723b4f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ for ticker in references.tickers:
177177
print(ticker)
178178
```
179179

180-
## Training Datasets
180+
## Training Data
181181

182182
Analyse your own content using RavenPack’s proprietary NLP technology.
183183

184184
### Uploading a file
185-
Upload a file to the system. In order to successfully have your files analized by RavenPack's Training Datasets platform, you need to perform the following method:
185+
Upload a file to the system. In order to successfully have your files analized by RavenPack's Training Data platform, you need to perform the following method:
186186

187187
```python
188188
f = api.upload.file("_orig.doc")
@@ -198,7 +198,7 @@ f.save_analytics("_analytics.json")
198198
```
199199

200200
### Getting normalized documents
201-
RavenPack’s Training Datasets provides normalized content in JSON format, along with text categorization, tables and metadata derived from the original document.
201+
RavenPack’s Training Data provides normalized content in JSON format, along with text categorization, tables and metadata derived from the original document.
202202

203203
```python
204204
f.save_text_extraction("_text_extraction.json")
@@ -210,7 +210,7 @@ It is also possible to obtain the normalized content in JSON format, along with
210210
f.save_annotated("_annotated_document.json", output_format='application/json')
211211
```
212212

213-
For further details, please [see the example of usage exposed here](ravenpackapi/examples/training_datasets_example.py).
213+
For further details, please [see the example of usage exposed here](ravenpackapi/examples/training_data_example.py).
214214

215215

216216

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)