Skip to content

Commit 2e3e9ce

Browse files
fix typo
1 parent 1822baa commit 2e3e9ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/set_env_for_labeled_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Folder [document_training](../data/document_training/) provide the manually labe
55
2. Azure Storage Explorer is a tool which makes it easy to work with Azure Storage data. Install it and login with your credential, follow the [guide](https://aka.ms/download-and-install-Azure-Storage-Explorer).
66
3. Create a blob container or use an exist one from Azure Storage Explorer.
77
<img src="./create-blob-container.png" width="600" />
8-
4. Crate a folder in root of blob container. Note the name of the folder, and It could be used as parameter **TRAINING_DATA_PATH** when running the sample code.
8+
4. Create a folder in root of blob container. Note the name of the folder, and It could be used as parameter **TRAINING_DATA_PATH** when running the sample code.
99
<img src="./create-blob-virtual-dir.png" width="800" />
1010
5. Upload all the labeling files from [document_training](./document_training/) to the folder.
1111
<img src="./upload-labeling-files.png" width="800" />

notebooks/classifier.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
" \"categories\": {\n",
432432
" \"Loan application\": { # Both space and underscore are allowed in category names\n",
433433
" \"description\": \"Documents submitted by individuals or businesses to request funding, typically including personal or business details, financial history, loan amount, purpose, and supporting documentation.\",\n",
434-
" \"analyzerId\": analyzer_id # IMPORTANT: Use created custom analyzer in previous step for load applications\n",
434+
" \"analyzerId\": analyzer_id # IMPORTANT: Use created custom analyzer in previous step for loan applications\n",
435435
" },\n",
436436
" \"Invoice\": {\n",
437437
" \"description\": \"Billing documents issued by sellers or service providers to request payment for goods or services, detailing items, prices, taxes, totals, and payment terms.\",\n",

0 commit comments

Comments
 (0)