airbyte-cdk 6.13.1.dev4106__py3-none-any.whl → 6.13.1.dev4107__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- airbyte_cdk/sources/file_based/file_types/unstructured_parser.py +2 -0
- {airbyte_cdk-6.13.1.dev4106.dist-info → airbyte_cdk-6.13.1.dev4107.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.13.1.dev4106.dist-info → airbyte_cdk-6.13.1.dev4107.dist-info}/RECORD +6 -6
- {airbyte_cdk-6.13.1.dev4106.dist-info → airbyte_cdk-6.13.1.dev4107.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.13.1.dev4106.dist-info → airbyte_cdk-6.13.1.dev4107.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.13.1.dev4106.dist-info → airbyte_cdk-6.13.1.dev4107.dist-info}/entry_points.txt +0 -0
@@ -49,9 +49,11 @@ try:
|
|
49
49
|
nltk.data.path.append(nltk_data_dir)
|
50
50
|
nltk.data.find("tokenizers/punkt.zip")
|
51
51
|
nltk.data.find("tokenizers/punkt_tab.zip")
|
52
|
+
nltk.data.find("tokenizers/averaged_perceptron_tagger_eng.zip")
|
52
53
|
except LookupError:
|
53
54
|
nltk.download("punkt", download_dir=nltk_data_dir)
|
54
55
|
nltk.download("punkt_tab", download_dir=nltk_data_dir)
|
56
|
+
nltk.download("averaged_perceptron_tagger_eng", download_dir=nltk_data_dir)
|
55
57
|
|
56
58
|
|
57
59
|
def optional_decode(contents: Union[str, bytes]) -> str:
|
@@ -217,7 +217,7 @@ airbyte_cdk/sources/file_based/file_types/file_transfer.py,sha256=HyGRihJxcb_lEs
|
|
217
217
|
airbyte_cdk/sources/file_based/file_types/file_type_parser.py,sha256=JgpH21PrbRqwK92BJklZWvh2TndA6xZ-eP1LPMo44oQ,2832
|
218
218
|
airbyte_cdk/sources/file_based/file_types/jsonl_parser.py,sha256=GwyNyxmST4RX-XpXy7xVH0D-znYWWBmGv_pVAu95oHQ,5886
|
219
219
|
airbyte_cdk/sources/file_based/file_types/parquet_parser.py,sha256=XenFg5sJ-UBnIkSmsiNJRou11NO0zZXx-RXgPHMT2NA,10487
|
220
|
-
airbyte_cdk/sources/file_based/file_types/unstructured_parser.py,sha256=
|
220
|
+
airbyte_cdk/sources/file_based/file_types/unstructured_parser.py,sha256=Awxa3_M9MGMolBVnMG4-dxhRDa4G7rwXL5HNe1vgSLY,18936
|
221
221
|
airbyte_cdk/sources/file_based/remote_file.py,sha256=yqRz93vPe8PBXLIMJ5W5u2JRlZRhg6sBrAjn3pPjJ8A,315
|
222
222
|
airbyte_cdk/sources/file_based/schema_helpers.py,sha256=Cf8FH1bDFP0qCDDfEYir_WjP4exXUnikz8hZ40y1Ek0,9601
|
223
223
|
airbyte_cdk/sources/file_based/schema_validation_policies/__init__.py,sha256=FkByIyEy56x2_awYnxGPqGaOp7zAzpAoRkPZHKySI9M,536
|
@@ -342,8 +342,8 @@ airbyte_cdk/utils/slice_hasher.py,sha256=-pHexlNYoWYPnXNH-M7HEbjmeJe9Zk7SJijdQ7d
|
|
342
342
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
343
343
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
344
344
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
345
|
-
airbyte_cdk-6.13.1.
|
346
|
-
airbyte_cdk-6.13.1.
|
347
|
-
airbyte_cdk-6.13.1.
|
348
|
-
airbyte_cdk-6.13.1.
|
349
|
-
airbyte_cdk-6.13.1.
|
345
|
+
airbyte_cdk-6.13.1.dev4107.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
346
|
+
airbyte_cdk-6.13.1.dev4107.dist-info/METADATA,sha256=BGbjvWgoTraFwu3tyWJNYBh1VlgIGlKiS_a0RIt5YeI,6008
|
347
|
+
airbyte_cdk-6.13.1.dev4107.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
348
|
+
airbyte_cdk-6.13.1.dev4107.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
349
|
+
airbyte_cdk-6.13.1.dev4107.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{airbyte_cdk-6.13.1.dev4106.dist-info → airbyte_cdk-6.13.1.dev4107.dist-info}/entry_points.txt
RENAMED
File without changes
|