Petikan
Petikan
Bases: BaseAttachmentDataTable
๐งช EXPERIMENTAL Sentence from sources that used the Lemma
in the sense described by Konsep
.
Source code in samudra/models/experimental/petikan.py
PetikanXKonsep
Bases: BaseRelationshipTable
๐งช EXPERIMENTAL A many-to-many relationship between Petikan
and Konsep
.
Fields
Petikan
(ForeignKeyField): foreign key toPetikan
.- field:
Petikan.id
- backref:
Petikan.konsep
- on delete: cascade
- field:
konsep
(ForeignKeyField): foreign key toKonsep
.- field:
Konsep.id
- backref:
Konsep.petikan
- on delete: cascade
- field:
Source code in samudra/models/experimental/petikan.py
SumberPetikan
Bases: BaseDataTable
๐งช EXPERIMENTAL Source of the sentence in Petikan
.