cliche.services.align — String matching to align

class cliche.services.align.ExternalId(**kwargs)

Relationship between two kinds of external works This class can be replaced based on the probability of equality.

id

(int) The primary key integer.

tvtropes

(collections.abc.MutableSet) The set of cliche.services.tvtropes.entities.Entity.

tvtropes_name

(str) The name of the trope.

tvtropes_namespace

(str) The namespace of the trope, both namespace and name determines one trope.

wikipedia

(collections.abc.MutableSet) The set of cliche.services.wikipedia.work.Entity.

wikipedia_id

(str) The namespace of the trope.

work

(collections.abc.MutableSet) The set of cliche.work.Entity.

work_id

(int) foreignkey for works.id