From 970fd44245ddf4641ea68931c266ccf650fa0317 Mon Sep 17 00:00:00 2001 From: Yaroslav Neznaradko Date: Tue, 6 Jun 2017 13:24:35 +0300 Subject: [PATCH] add cpvs --- classifiers/cpvs/en_pretty.json | 4 ++++ classifiers/cpvs/en_pretty.yaml | 2 ++ classifiers/cpvs/uk_pretty.json | 4 ++++ classifiers/cpvs/uk_pretty.yaml | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 classifiers/cpvs/en_pretty.json create mode 100644 classifiers/cpvs/en_pretty.yaml create mode 100644 classifiers/cpvs/uk_pretty.json create mode 100644 classifiers/cpvs/uk_pretty.yaml diff --git a/classifiers/cpvs/en_pretty.json b/classifiers/cpvs/en_pretty.json new file mode 100644 index 0000000..1ce1aa8 --- /dev/null +++ b/classifiers/cpvs/en_pretty.json @@ -0,0 +1,4 @@ +{ + "PA01-7": "Hire", + "PA02-0": "Lease", +} \ No newline at end of file diff --git a/classifiers/cpvs/en_pretty.yaml b/classifiers/cpvs/en_pretty.yaml new file mode 100644 index 0000000..bd2b12c --- /dev/null +++ b/classifiers/cpvs/en_pretty.yaml @@ -0,0 +1,2 @@ +"PA01-7": "Hire" +"PA02-0": "Lease" \ No newline at end of file diff --git a/classifiers/cpvs/uk_pretty.json b/classifiers/cpvs/uk_pretty.json new file mode 100644 index 0000000..0c9aae4 --- /dev/null +++ b/classifiers/cpvs/uk_pretty.json @@ -0,0 +1,4 @@ +{ + "PA01-7": "Найм", + "PA02-0": "Оренда", +} \ No newline at end of file diff --git a/classifiers/cpvs/uk_pretty.yaml b/classifiers/cpvs/uk_pretty.yaml new file mode 100644 index 0000000..64404b2 --- /dev/null +++ b/classifiers/cpvs/uk_pretty.yaml @@ -0,0 +1,2 @@ +"PA01-7": "Найм" +"PA02-0": "Оренда" \ No newline at end of file