Skip to content

Commit

Permalink
feat: wip pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Apr 9, 2024
1 parent 5536699 commit e8d4093
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/kiara_plugin/topic_modelling/pipelines/tokenize_corpus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# pipeline_name: topic_modelling.tokenize_corpus
# doc: |
# Tokenizes a column of an input table and returns the augmented table.

# steps:
# - module_type: table.pick.column
# step_id: get_table_column
# - module_type: topic_modelling.tokenize_array
# step_id: tokenize_corpus
# input_links:
# corpus_array: get_table_column.array
# - module_type: table.

0 comments on commit e8d4093

Please sign in to comment.