Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akosbalasko/obsidian-autotagger-plugin

This plugin offers smart tags for notes by performing Named Entity Recognition (NER) on the content
https://github.com/akosbalasko/obsidian-autotagger-plugin

natural-language-processing nlp obsidian-md obsidian-plugin

Last synced: 3 months ago
JSON representation

This plugin offers smart tags for notes by performing Named Entity Recognition (NER) on the content

Awesome Lists containing this project

README

        

# obsidian-autotagger-plugin

This plugin offers smart tags for notes by performing Named Entity Recognition (NER) on the their content.

The analysis is done using Compromise, a fantastic library of Natural Language Processing (NLP) written in Typescript.

## Options

The plugin can be configured to recognizes the followings:

- Persons
- Organizations
- Places
- AtMentions (@ signs)
- Acronyms

## Install

Via Obsidian's Catalog.

## Usage

The plugin provides a view which will contain the up-to-date list of tags of the opened active note.

## Roadmap:

- [ ] Group results by recognition type (places, people etc)
- [ ] Offer tags using Compromise (hashtags, emails etc)
- [ ] Offer more tags by grammar analysis

Any feature requests are warmly welcome!