-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
root: ./docs/markdown/ | ||
|
||
structure: | ||
readme: ../../README.md | ||
readme: README.md | ||
summary: SUMMARY.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.0 | ||
0.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,103 @@ | ||
# Table of Contents | ||
|
||
## [Introduction](intro.md) | ||
* [Introduction](intro.md) | ||
|
||
* [“Turn your data preparation nightmares into a dream.”](intro.md#turn-your-data-preparation-nightmares-into-a-dream) | ||
|
||
* [Why Artifician?](intro.md#why-artifician) | ||
|
||
* [Simple Example](intro.md#simple-example) | ||
|
||
* [Without Artifician](intro.md#without-artifician) | ||
|
||
* [Using Artifician](intro.md#using-artifician) | ||
|
||
* [Output](intro.md#output) | ||
## [Getting Started with Artifician](getting_started.md) | ||
|
||
* [Getting Started with Artifician](getting_started.md) | ||
|
||
* [Pre-requisites](getting_started.md#pre-requisites) | ||
|
||
* [Installation](getting_started.md#installation) | ||
|
||
* [Using pip](getting_started.md#using-pip) | ||
|
||
* [Using conda](getting_started.md#using-conda) | ||
|
||
* [Verify Installation](getting_started.md#verify-installation) | ||
|
||
* [Next Steps](getting_started.md#next-steps) | ||
## [Quick Start](quick_start.md) | ||
|
||
* [Quick Start](quick_start.md) | ||
|
||
* [Define Extractor](quick_start.md#define-extractor) | ||
|
||
* [Initialize components](quick_start.md#initialize-components) | ||
|
||
* [Subscriptions](quick_start.md#subscriptions) | ||
|
||
* [Dataset Preparation](quick_start.md#dataset-preparation) | ||
|
||
* [Output](quick_start.md#output) | ||
## [Advanced Concepts](advanced_concepts.md) | ||
|
||
* [Advanced Concepts](advanced_concepts.md) | ||
|
||
* [Processor Chaining](processor_chaining.md) | ||
|
||
* [Overview](processor_chaining.md#overview) | ||
|
||
* [Key Features](processor_chaining.md#key-features) | ||
|
||
* [Syntax Showcase](processor_chaining.md#syntax-showcase) | ||
|
||
* [Example Scenario: NLP Processing Pipeline](processor_chaining.md#example-scenario-nlp-processing-pipeline) | ||
|
||
* [Building an NLP Pipeline with processor chaining](processor_chaining.md#building-an-nlp-pipeline-with-pcm) | ||
|
||
* [Output](processor_chaining.md#output) | ||
|
||
* [Defining Custom Extractors](define_extractors.md) | ||
|
||
* [Introduction](define_extractors.md#introduction) | ||
|
||
* [Why Custom Extractors?](define_extractors.md#why-custom-extractors) | ||
|
||
* [How Extractors Work](define_extractors.md#how-extractors-work) | ||
|
||
* [Example of a Simple Extractor](define_extractors.md#example-of-a-simple-extractor) | ||
|
||
* [Integrating Custom Extractors](define_extractors.md#integrating-custom-extractors) | ||
|
||
* [Advanced Usage](define_extractors.md#advanced-usage) | ||
|
||
* [Conclusion](define_extractors.md#conclusion) | ||
|
||
* [Defining Custom Processors](define_processor.md) | ||
|
||
* [Introduction](define_processor.md#introduction) | ||
|
||
* [Why Custom Processors?](define_processor.md#why-custom-processors) | ||
|
||
* [How Processors Work](define_processor.md#how-processors-work) | ||
|
||
* [Example of a Simple Processor](define_processor.md#example-of-a-simple-processor) | ||
|
||
* [Integrating Custom Processors](define_processor.md#integrating-custom-processors) | ||
|
||
* [Advanced Usage](define_processor.md#advanced-usage) | ||
|
||
* [Conclusion](define_processor.md#conclusion) | ||
|
||
* [Library Architecture](library_architecture.md) | ||
|
||
* [Events](library_architecture.md#events) | ||
|
||
* [Dataset](library_architecture.md#dataset) | ||
|
||
* [Feature Definition](library_architecture.md#feature-definition) | ||
|
||
* [Processors](library_architecture.md#processors) | ||
|
||
* [Extractors](library_architecture.md#extractors) | ||
## [API Reference](api.md) | ||
|
||
* [API Reference](api.md) |