Skip to content

Commit

Permalink
Merge pull request #39 from JHFVR/master
Browse files Browse the repository at this point in the history
Added "Aktiengesellschaft" to termdata.py
  • Loading branch information
psolin authored Jan 26, 2019
2 parents 98ec11f + 63fa446 commit 56ff654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(name='cleanco',
description='Python library to process company names',
version='1.36',
version='1.361',
license="MIT",
classifiers = [
"Topic :: Office/Business",
Expand Down
6 changes: 3 additions & 3 deletions termdata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terms_by_type = {
'Corporation': ['company', 'incorporated', 'corporation', 'corp.', 'corp', 'inc',
'& co.', '& co', 'inc.', 's.p.a.', 'n.v.', 'a.g.', 'ag', 'nuf', 's.a.', 's.f.',
'& co.', '& co', 'inc.', 's.p.a.', 'n.v.', 'a.g.', 'ag', 'aktiengesellschaft', 'nuf', 's.a.', 's.f.',
'oao', 'co.', 'co'
],
'General Partnership': ['soc.col.', 'stg', 'd.n.o.', 'ltda.', 'v.o.s.', 'a spol.',
Expand Down Expand Up @@ -48,7 +48,7 @@
'soc.col.'
],
'Australia': ['nl', 'pty. ltd.', 'pty ltd'],
'Austria': ['e.u.', 'stg', 'gesbr', 'a.g.', 'ag', 'og', 'kg'],
'Austria': ['e.u.', 'stg', 'gesbr', 'a.g.', 'ag', 'og', 'kg', 'aktiengesellschaft'],
'Belarus': ['aat', '3at'],
'Belgium': ['esv', 'vzw', 'vof', 'snc', 'comm.v', 'scs', 'bvba', 'sprl', 'cbva',
'cvoa', 'sca', 'sep', 'gie'
Expand Down Expand Up @@ -78,7 +78,7 @@
'scs', 'sca', 'scop', 'sem', 'sas'
],
'Germany': ['gmbh & co. kg', 'gmbh & co. kg', 'e.g.', 'e.v.', 'gbr', 'ohg', 'partg',
'kgaa', 'gmbh', 'g.m.b.h.', 'ag'
'kgaa', 'gmbh', 'g.m.b.h.', 'ag', 'aktiengesellschaft'
],
'Greece': ['a.e.', 'ae', 'e.e.', 'ee', 'epe', 'e.p.e.', 'mepe', 'm.e.p.e.', 'o.e.',
'oe', 'ovee', 'o.v.e.e.'
Expand Down

0 comments on commit 56ff654

Please sign in to comment.