Quickstart
1. Install package
pip install -U utca2. Import modules that will be used
from utca.core import (
AddData,
RenameAttribute,
Flush
)
from utca.implementation.predictors import (
TokenSearcherPredictor, TokenSearcherPredictorConfig
)
from utca.implementation.tasks import (
TokenSearcherNER,
TokenSearcherNERPostprocessor,
)3. Initialize components with desired configurations
Predictor that will be used by NER task
NER task
TokenSearcherNER4. Create ExecutionSchema
5. Run created pipeline
Used components
TokenSearcherPredictorTokenSearcherNERAddDataFlushRenameAttributeExecutionSchemaWhat next
ConceptsExamplesLast updated