rara-tools 0.6.1__py3-none-any.whl → 0.6.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rara-tools might be problematic. Click here for more details.
- rara_tools/constants/general.py +2 -0
- rara_tools/constants/linker.py +3 -0
- rara_tools/parsers/marc_records/title_record.py +1 -1
- {rara_tools-0.6.1.dist-info → rara_tools-0.6.3.dist-info}/METADATA +1 -1
- {rara_tools-0.6.1.dist-info → rara_tools-0.6.3.dist-info}/RECORD +8 -8
- {rara_tools-0.6.1.dist-info → rara_tools-0.6.3.dist-info}/WHEEL +1 -1
- {rara_tools-0.6.1.dist-info → rara_tools-0.6.3.dist-info}/licenses/LICENSE.md +0 -0
- {rara_tools-0.6.1.dist-info → rara_tools-0.6.3.dist-info}/top_level.txt +0 -0
rara_tools/constants/general.py
CHANGED
rara_tools/constants/linker.py
CHANGED
|
@@ -4,6 +4,9 @@ COMPONENT_KEY = "linker"
|
|
|
4
4
|
class Task:
|
|
5
5
|
BASE = "base_linker_task"
|
|
6
6
|
VECTORIZE = "vectorize_text"
|
|
7
|
+
LINK_AND_NORMALIZE = "core_linker_with_normalization"
|
|
8
|
+
VECTORIZE_AND_INDEX = "core_vectorize_and_index"
|
|
9
|
+
RECEIVE_LINK_AND_NORMALIZE = "receive_link_and_normalize"
|
|
7
10
|
|
|
8
11
|
|
|
9
12
|
class Queue:
|
|
@@ -183,7 +183,7 @@ class TitleRecord(BaseRecord):
|
|
|
183
183
|
"type": self.type,
|
|
184
184
|
"author_life_years": self.author_life_years,
|
|
185
185
|
"author_birth_year": self.author_birth_year,
|
|
186
|
-
"
|
|
186
|
+
"author_death_year": self.author_death_year,
|
|
187
187
|
"name_variations": self.name_variations,
|
|
188
188
|
"full_record_marc": str(self.marc_record),
|
|
189
189
|
"full_record_json": json.dumps(self.marc_json_record)
|
|
@@ -8,9 +8,9 @@ rara_tools/task_reporter.py,sha256=WCcZts9dAUokPc4vbrG3-lNAFLnWaMgE3b3iaUB7mr8,3
|
|
|
8
8
|
rara_tools/utils.py,sha256=9vSbmuWYU5ydr4lXBKlUKa0xzDccFsaJv4T-XwgUfuY,2578
|
|
9
9
|
rara_tools/constants/__init__.py,sha256=r78laM9vyRDAvzDhPvzDlhaX6qPwUUBBtwf1WosrW3o,27
|
|
10
10
|
rara_tools/constants/digitizer.py,sha256=n8npyjHTIGPzU5AvV3jG5fkrcSa6KwbvRUNNAl6yjwc,510
|
|
11
|
-
rara_tools/constants/general.py,sha256=
|
|
11
|
+
rara_tools/constants/general.py,sha256=GW9UNgVKZIV2I3Am8pvOBsRDF9JdSUH1PVnnt4w2TBg,426
|
|
12
12
|
rara_tools/constants/language_evaluator.py,sha256=0zELGqfUBD7PxlEnUT9P-s8i3TZ2qjkC3CYqsuHGEGc,130
|
|
13
|
-
rara_tools/constants/linker.py,sha256=
|
|
13
|
+
rara_tools/constants/linker.py,sha256=MAMCZYL1moAtw7eYAakPqrl82SY5L_OUVqB0IzlEri8,342
|
|
14
14
|
rara_tools/constants/meta_extractor.py,sha256=mhuRX4_I2JTnJO_d8tldClmuPx-RwmWWNLavZAJBgVU,33
|
|
15
15
|
rara_tools/constants/normalizers.py,sha256=Xs3anDwJHpHeniwx3xoIZyqdEXtO3eb7ouGLLr0CpHw,1344
|
|
16
16
|
rara_tools/constants/parsers.py,sha256=L6nh1Itget9_9DMsliDkh6T25z78eMFPWVkbaU08DwU,5561
|
|
@@ -30,12 +30,12 @@ rara_tools/parsers/marc_records/base_record.py,sha256=05XW1oQ5fCJWxBpmBFwGVGLChG
|
|
|
30
30
|
rara_tools/parsers/marc_records/ems_record.py,sha256=B2YZLEeDd-GmmYqxhczbMsSEB7-x6ZLjB8OeDnzOxww,9376
|
|
31
31
|
rara_tools/parsers/marc_records/organization_record.py,sha256=HmDqAqAL_Tw7ppEsS5HfogrfNuQMNChCkrdPu6K-SUE,9141
|
|
32
32
|
rara_tools/parsers/marc_records/person_record.py,sha256=BZrXqd7hCOqm-c-sjmsOfaAI4L7lLSjIUWtxHqPjhTs,7863
|
|
33
|
-
rara_tools/parsers/marc_records/title_record.py,sha256=
|
|
33
|
+
rara_tools/parsers/marc_records/title_record.py,sha256=uYisC25YMyOrsT6gDWyUwp0o-2nI9zOXQ62PRQmkw-A,6851
|
|
34
34
|
rara_tools/parsers/tools/entity_normalizers.py,sha256=afOMqJoL4aeq0cfsohIuxkxzvqNdZ_ba7U32eyogbzk,8722
|
|
35
35
|
rara_tools/parsers/tools/marc_converter.py,sha256=PUbggzJ_wHfke_bHTF2LOZyzX1t0wRM8qIFL36Dl3AI,414
|
|
36
36
|
rara_tools/parsers/tools/russian_transliterator.py,sha256=5ZU66iTqAhr7pmfVqXPAI_cidF43VqqmuN4d7H4_JuA,9770
|
|
37
|
-
rara_tools-0.6.
|
|
38
|
-
rara_tools-0.6.
|
|
39
|
-
rara_tools-0.6.
|
|
40
|
-
rara_tools-0.6.
|
|
41
|
-
rara_tools-0.6.
|
|
37
|
+
rara_tools-0.6.3.dist-info/licenses/LICENSE.md,sha256=hkZVnIZll7e_KNEQzeY94Y9tlzVL8iVZBTMBvDykksU,35142
|
|
38
|
+
rara_tools-0.6.3.dist-info/METADATA,sha256=IgMOD1GtAGxKFde_XO6xD2aihxX4mjHtcj1eRFGJRcs,4079
|
|
39
|
+
rara_tools-0.6.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
40
|
+
rara_tools-0.6.3.dist-info/top_level.txt,sha256=JwfB5b8BAtW5OFKRln2AQ_WElTRyIBM4nO0FKN1cupY,11
|
|
41
|
+
rara_tools-0.6.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|