nomenklatura-mpt 4.1.14__tar.gz → 4.1.15__tar.gz
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.
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/PKG-INFO +1 -1
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/match.py +1 -1
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/pyproject.toml +1 -1
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/.gitignore +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/LICENSE +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/README.md +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/cache.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/cli.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/conflicting_match.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/data/er-unstable.pkl +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/data/regression-v1.pkl +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/data/svm-v1.pkl +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/db.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/delta.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/aleph.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/common.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/nominatim.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/opencorporates.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/openfigi.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/permid.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/wikidata.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/enrich/yente.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/exceptions.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/index/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/index/common.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/index/entry.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/index/index.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/index/tokenizer.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/judgement.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/kv.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/bench.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/addresses.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/countries.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/dates.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/gender.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/identifiers.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/names.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compat.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/countries.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/identifiers.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/misc.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/names.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/train.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/identifiers.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/multi.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/phonetic.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/identifiers.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/analysis.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/distance.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/magic.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/pairing.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/identifiers.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/multi.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/phonetic.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/identifiers.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/multi.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/phonetic.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/misc.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/names.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/pairs.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/misc.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/names.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/train.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/misc.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/names.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/train.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/types.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/publish/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/publish/dates.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/publish/edges.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/py.typed +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/resolver/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/resolver/common.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/resolver/edge.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/resolver/identifier.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/resolver/linker.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/resolver/resolver.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/settings.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/base.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/level.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/memory.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/redis_.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/sql.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/store/versioned.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/tui/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/tui/app.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/tui/app.tcss +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/tui/comparison.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/tui/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/util.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/versions.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/__init__.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/client.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/lang.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/model.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/props.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/qualified.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/query.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/wikidata/value.py +0 -0
- {nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/xref.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nomenklatura_mpt
|
3
|
-
Version: 4.1.
|
3
|
+
Version: 4.1.15
|
4
4
|
Summary: Make record linkages in followthemoney data.
|
5
5
|
Project-URL: Documentation, https://github.com/opensanctions/nomenklatura/
|
6
6
|
Project-URL: Repository, https://github.com/opensanctions/nomenklatura.git
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/match.py
RENAMED
@@ -5,7 +5,7 @@ from rigour.names import remove_obj_prefixes
|
|
5
5
|
from followthemoney.proxy import E, EntityProxy
|
6
6
|
from followthemoney import model
|
7
7
|
from followthemoney.types import registry
|
8
|
-
from
|
8
|
+
from followthemoney.names import schema_type_tag
|
9
9
|
|
10
10
|
from nomenklatura.matching.logic_v2.names.analysis import entity_names
|
11
11
|
from nomenklatura.matching.logic_v2.names.magic import weight_extra_match
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/addresses.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/countries.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/compare/identifiers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/erun/identifiers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/identifiers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v1/phonetic.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/identifiers.py
RENAMED
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/analysis.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/distance.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/magic.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/pairing.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v2/names/util.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/identifiers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v3/phonetic.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/identifiers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/logic_v4/phonetic.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/misc.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/model.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/name_based/names.py
RENAMED
File without changes
|
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/__init__.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/misc.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/model.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/names.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/train.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/regression_v1/util.py
RENAMED
File without changes
|
{nomenklatura_mpt-4.1.14 → nomenklatura_mpt-4.1.15}/nomenklatura/matching/svm_v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|