Feature/aliases: Voeg aliases toe als property van een lemma.#55
Open
johannesdewit wants to merge 3 commits into
Open
Feature/aliases: Voeg aliases toe als property van een lemma.#55johannesdewit wants to merge 3 commits into
johannesdewit wants to merge 3 commits into
Conversation
daacc14 to
744071d
Compare
744071d to
3615c4b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Omdat de vraag uitstond in #47, en ik gek werd van steeds de volledige naam te moeten typen voor sommige auteurs, heb ik een voorstel gedaan voor een datastructuur en een opdracht
add-alias.Het is al laat nu. De code is dus een beetje slordig, en mijn beschrijving ook, maar ik zal het later wat aanscherpen.
Aanvulling:
Ik heb gehinkt op twee gedachten om de aliassen te dataficeren: óf ze opnemen als lemmata zonder referenties met alleen een
aliasrelatie, óf de aliasen opnemen als eigenschappen van een lemma.Ik heb voor het laatste gekozen omdat het me toeschijnt dat aliases niet perse zelf ook lemmata zijn, en ik niet een tweede soort objecten in de datastructuur wilde opnemen.