Skip to content

Commit

Permalink
fix(dependencies): upgrade hyfi to 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 18, 2023
1 parent 1536430 commit ca9ac2b
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 104 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ corprep = 'corprep.__cli__:main'

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
hyfi = "^1.2.13"
hyfi = "^1.2.14"
ekonlpy = "^1.1.7"

[tool.poetry.group.dev]
Expand Down
2 changes: 1 addition & 1 deletion src/corprep/conf/cmd/copy_conf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @package _global_
defaults:
- /copier: conf
- /copier: __init__

_target_: hyfi.__cli__.run_copy
copier:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ filetypes:
- py
# User-chosen additional file exclusion patterns.
exclude:
# User-chosen additional file skip patterns.
# If `True`, exclude files that match the patterns for testing. (default: True)
exclude_test_files: true
# Skip files that already exist?
skip_if_exists: false
# Delete `dst_path` if there's an error?
cleanup_on_error: false
Expand Down
6 changes: 3 additions & 3 deletions src/corprep/conf/pipe/__init__.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run_with:
name:
desc:
env:
use_pipe_obj: true
pipe_obj_arg_name:
return_pipe_obj: false
use_pipe_obj: true # if true, the pipe target function will be called with the pipe object as the first argument
pipe_obj_arg_name: # if use_pipe_obj is true, the pipe object will be passed to the pipe target function with this argument name
return_pipe_obj: false # if true, the pipe target function will return the pipe object instead of the return value
verbose: false
13 changes: 13 additions & 0 deletions src/corprep/conf/pipe/dataset_filter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
defaults:
- __general_external_funcs__

run: corprep.datasets.preprocessing.filter.filter_dataset
run_with:
num_proc: 1
batched: true
text_col: bodyText
verbose: false
use_pipe_obj: true
return_pipe_obj: false
# 은는이가도과와에의등
# [ ()\'",·]
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions src/corprep/conf/pipe/load_dataframes.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions src/corprep/conf/pipe/save_dataframes.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions src/corprep/conf/pipe/test_preprocessing.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions src/corprep/conf/pipeline/__test_dataframe__.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions src/corprep/conf/pipeline/__test_general__.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions src/corprep/conf/pipeline/datasets.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defaults:
- __init__
- /pipe@pipe1: load_raw_dataset
- /pipe@pipe2: tokenize_dataset
- /pipe@pipe3: save_dataset
- /pipe@pipe1: dataset_load_raw
- /pipe@pipe2: dataset_tokenize
- /pipe@pipe3: dataset_save

use_task_as_initial_object: true
steps:
Expand Down
9 changes: 0 additions & 9 deletions src/corprep/conf/project/__test__.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions src/corprep/conf/task/__test__.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions src/corprep/conf/workflow/__test__.yaml

This file was deleted.

0 comments on commit ca9ac2b

Please sign in to comment.