Skip to content

Syntactically aware link creation#34

Merged
emremin merged 9 commits intomainfrom
syntactically_aware_note_parsing
Apr 25, 2025
Merged

Syntactically aware link creation#34
emremin merged 9 commits intomainfrom
syntactically_aware_note_parsing

Conversation

@arg3t
Copy link
Contributor

@arg3t arg3t commented Apr 25, 2025

Description

Note parsing is now smarter! It uses the structure of the note to create the relation between each entry in a smarter way. This means:

  • Entries are linked more closely if they are close together in the note
  • Clique sizes created by the notes can be controlled, which results in less edges -> Faster Graph Operations

Fixes #28

Affected Components

Please indicate which parts of the application this PR concerns. For example, you can include any of the following:

  • Frontend
  • Backend
  • Documentation

Type of Change

  • Bug fix
  • New feature
  • Breaking change

Checklist

  • I have performed a self-review of my own code.
  • I have commented my code where necessary.
  • I have made corresponding changes to the documentation.
  • My changes do not produce any new warnings.
  • Any dependent changes have been merged and published.

@emremin emremin merged commit 1775dec into main Apr 25, 2025
5 checks passed
@emremin emremin deleted the syntactically_aware_note_parsing branch April 25, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TODO] Syntax Aware Relation Creation

3 participants