All Projects → tea3 → Hexo Related Popular Posts

tea3 / Hexo Related Popular Posts

Licence: mit
A hexo plugin that generates a list of links to related posts and popular posts. Also , this plugin can get Visitor Counts (PV) on posts.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hexo Related Popular Posts

aot
Russian morphology for Java
Stars: ✭ 41 (-59.8%)
Mutual labels:  morphological-analysis
simplemma
Simple multilingual lemmatizer for Python, especially useful for speed and efficiency
Stars: ✭ 32 (-68.63%)
Mutual labels:  morphological-analysis
Sudachi
A Japanese Tokenizer for Business
Stars: ✭ 496 (+386.27%)
Mutual labels:  morphological-analysis
voikko-rs
Rust bindings for the Voikko library
Stars: ✭ 16 (-84.31%)
Mutual labels:  morphological-analysis
mlmorph
Malayalam Morphological Analyzer using Finite State Transducer
Stars: ✭ 40 (-60.78%)
Mutual labels:  morphological-analysis
udar
UDAR Does Accented Russian: A finite-state morphological analyzer of Russian that handles stressed wordforms.
Stars: ✭ 15 (-85.29%)
Mutual labels:  morphological-analysis
zeyrek
Python morphological analyzer for Turkish language. Partial port of ZemberekNLP.
Stars: ✭ 36 (-64.71%)
Mutual labels:  morphological-analysis
Qutuf
Qutuf (قُطُوْف): An Arabic Morphological analyzer and Part-Of-Speech tagger as an Expert System.
Stars: ✭ 84 (-17.65%)
Mutual labels:  morphological-analysis
KWDLC
Kyoto University Web Document Leads Corpus
Stars: ✭ 64 (-37.25%)
Mutual labels:  morphological-analysis
Awesome Persian Nlp Ir
Curated List of Persian Natural Language Processing and Information Retrieval Tools and Resources
Stars: ✭ 460 (+350.98%)
Mutual labels:  morphological-analysis
GrammarEngine
Грамматический Словарь Русского Языка (+ английский, японский, etc)
Stars: ✭ 68 (-33.33%)
Mutual labels:  morphological-analysis
libmorph
libmorph rus/ukr - fast & accurate morphological analyzer/analyses for Russian and Ukrainian
Stars: ✭ 16 (-84.31%)
Mutual labels:  morphological-analysis
HebPipe
An NLP pipeline for Hebrew
Stars: ✭ 15 (-85.29%)
Mutual labels:  morphological-analysis
teanaps
자연어 처리와 텍스트 분석을 위한 오픈소스 파이썬 라이브러리 입니다.
Stars: ✭ 91 (-10.78%)
Mutual labels:  morphological-analysis
Kagome
Self-contained Japanese Morphological Analyzer written in pure Go
Stars: ✭ 554 (+443.14%)
Mutual labels:  morphological-analysis
suika
Suika 🍉 is a Japanese morphological analyzer written in pure Ruby
Stars: ✭ 31 (-69.61%)
Mutual labels:  morphological-analysis
retinal-exudates-detection
exudates detection using hybrid approach (Image Morphology & Machine Learning)
Stars: ✭ 53 (-48.04%)
Mutual labels:  morphological-analysis
Retina Features
Project for segmentation of blood vessels, microaneurysm and hardexudates in fundus images.
Stars: ✭ 95 (-6.86%)
Mutual labels:  morphological-analysis
Purepos
PurePos is an open source hybrid morphological tagger.
Stars: ✭ 12 (-88.24%)
Mutual labels:  morphological-analysis
Jumanpp
Juman++ (a Morphological Analyzer Toolkit)
Stars: ✭ 254 (+149.02%)
Mutual labels:  morphological-analysis

hexo-related-popular-posts

Build Status Coverage Status NPM version

A hexo plugin that generates a list of links to related posts or popular posts.

DEMO | Wiki | Documents | Releases(Update)

Screenshot

Requirements

If you are using an older hexo version, please use the follows version. For example, if you using prior to hexo v5.0 now, please npm install [email protected].

hexo version this plugin version
v3.2 or later 2.0.6
prior to v5.0 4.0.0

Overview


Installation

$ npm install hexo-related-popular-posts --save

If you occur ERROR Plugin load failed: error or DTraceProviderBindings.node error , please see below.


Simply Usage

1. Edit your theme

First, add the following popular_posts( {} , post ) helper tag in template file for article. For example , if you use hexo-theme-landscape , add a tag here.

  <%-
    popular_posts( {} , post )
  %>

Variable name post is different depending on theme. Helper tag can set more option and customize the design . For detail , please see the wiki.

Also , if you occur Cannot read property 'tags' of undefined error , please refer to the follow as.

2. Add tags in markdown

If tags are included in the article, related articles can be displayed as a list. For example, add a tag like the following markdown file.

---
title: Hello World
tags:
  - program
  - diary
  - web
---
Welcome to [Hexo](https://hexo.io/)! This is a sample article. Let's add some tags as above.
...

The larger the number of matching tags, the more relevant articles are displayed as candidates. Otherside , advanced related posts and popular posts can be displayed. Please see the wiki .

3. Run server

Starts a local server. By default, this is at http://localhost:4000/.

$ hexo clean
$ hexo server

Thank you for introduction.

Thank you for a wonderful plugin.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].