SkepticMystic / graph-analysis

Analyse the structure of your Obsidian graph using various analysis techniques
GNU General Public License v3.0
413 stars 19 forks source link

What means 'NLP plugin'? #49

Closed artem-barmin closed 2 years ago

artem-barmin commented 2 years ago

Tried to search for NLP plugins in community library - have not found any.

SkepticMystic commented 2 years ago

The plugin is not available on the community plugin list yet. You either have to install it manually, or using the BRAT plugin. I recommend using BRAT.

shaggyfeng commented 2 years ago

The plugin is not available on the community plugin list yet. You either have to install it manually, or using the BRAT plugin. I recommend using BRAT.

Do you mean the Beta Reviewers Auto-update Tester plugin ? Can you provide links for the 2 plugins?

SkepticMystic commented 2 years ago

@shaggyfeng exactly yeah. So that's the link to BRAT, plus you can find it on the plugin list in Obsidian. And you're already on the NLP plugin repo here :yum:

bhundt commented 2 years ago

Hmm I have the same issue. I installed BRAT and in BRAT I added this repository but I still get the message "The NLP plugin must be installed"...any idea what I am doing wrong?

SkepticMystic commented 2 years ago

It's possible that installing I BRAT didn't enable the plugin. So go to your plugin list, refresh, and enable NLP. Let me know if that works

bhundt commented 2 years ago

So I did the following:

  1. Uninstalled BRAT as well as current version of Graph-Analysis plugins
  2. Restarted Obsidian
  3. Installed BRAT plugin
  4. Restarted Obsidian
  5. In BRAT added this repository ("SkepticMystic/graph-analysis") as a beta plugin
  6. Activated the graph-analysis plugin in Obsidian plugin list
  7. Restarted Obsidian
  8. Update of all plugins
  9. Restarted Obsidian

Unfortunately this did not solved the error message "The NLP plugin needs to be installed" and there is no plugin with the name "NLP plugin" shown in my list of plugins. I currently have version 0.15.3 of the graph-analysis plugin installed.

Attached a screenshot of the error message which is only shown when certain algorithms are used (for example "Sentiment" or "Otsuka-Chai". "Co-Citations", "HITS" and some more are working finde.

image
SkepticMystic commented 2 years ago

@bhundt sorry, I didn't see which repo we were in! The NLP plugin can be found here: https://github.com/SkepticMystic/nlp You've got to install it via BRAT, and enable this setting in the NLP settings: image

Please let me know if that works

bhundt commented 2 years ago

Ahhhh that makes a lot more sense now. Thanks, solved the issue!