Skip to content

Commit

Permalink
test: add sw list creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Oct 9, 2024
1 parent 195b99f commit 7f37d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/resources/jobs/init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ inputs:
preprocess_tokens__lowercase: true
preprocess_tokens__isalpha: true
preprocess_tokens__min_length: 3
create_stopwords_list__languages: ["english","italian"]
create_stopwords_list__stopwords_list: ["custom","stopwords"]
lda__num_topics: 3
save:
create_table__table: "corpus_table"
Expand Down
2 changes: 2 additions & 0 deletions tests/resources/pipelines/init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ steps:
step_id: preprocess_tokens
input_links:
tokens_array: tokenize_corpus.tokens_array
- module_type: topic_modelling.stopwords_list
step_id: create_stopwords_list
- module_type: topic_modelling.lda
step_id: lda
input_links:
Expand Down

0 comments on commit 7f37d7d

Please sign in to comment.