-
Updated
Jun 9, 2021 - JavaScript
#
readability
Here are 275 public repositories matching this topic...
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
react
chrome-extension
firefox
chrome
firefox-addon
firefox-extension
reader
readability
reading-list
crx
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
python
documentation
styleguide
style-guide
python3
python-style
readability
flake8
code-style
codestyle
pep8
-
Updated
Sep 20, 2020
For Notion,OneNote,Bear,Yuque,Joplin。Clip anything to anywhere
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
May 23, 2021 - JavaScript
A customizable read mode web extension.
chrome-extension
firefox-addon
reader
customizable
readability
userstyles
web-extension
edge-extension
brave-extension
-
Updated
May 31, 2021 - JavaScript
Change the appearance of the web instantly
javascript
css
chrome-extension
design
chrome
accessibility
readability
custom-css
dark-mode
remove-ads
stylebot
-
Updated
Jun 4, 2021 - TypeScript
Сustom color schemes for all websites
chrome-extension
accessibility
night-mode
dark-theme
color-scheme
contrast
readability
brightness
grayscale
dark-mode
firefox-webextension
contrast-theme
blue-filter
red-shift
high-contrast
-
Updated
May 29, 2021 - TypeScript
Readability / Html Content / Article Extractor & Web Scrapping library written in PHP
-
Updated
Apr 29, 2021 - PHP
Scrape any website, article or RSS/Atom Feed with ease!
-
Updated
Jul 25, 2020 - Elixir
Use declarative style C# instead of XAML for Xamarin Forms UI
-
Updated
Nov 19, 2020 - C#
Graby helps you extract article content from web pages
-
Updated
Jun 1, 2021 - PHP
Open
社区运行方式讨论, 迎新
78
nobodxbodon
commented
Jul 29, 2017
刚迎来了第三位成员, 俗话说三人成群, 也许是时候讨论一下这个社区的运行方式了. 本人是第一次在github新建orgnization, 之前参与过另一个以外国程序员为主的org, 觉得大氛围挺专业, 而且这种公开讨论的形式效率挺高. 希望大家随意聊聊. 比如对这个社区的期望, 个人的目标, 如何利用github进行主题讨论, 任何对我的问题, 或者任何其他话题. @buyouyuan @jeromechan
下面是已有的讨论较多的话题. 为避免此帖太长, 如对其中一些有兴趣可以直接在那里发表; 如果有新主题或不同意见非常欢迎开新issue讨论(类似论坛开新帖):
- 发展中文API
- 创建新API
- [汉化已有的英文API](https://gi
Go package that cleans a HTML page for better readability.
-
Updated
May 28, 2021 - HTML
Responsive email template that is optimised for readability.
-
Updated
Feb 20, 2017 - HTML
This code review checklist helps you be a more effective and efficient code reviewer.
checklist
clean-code
readability
code-review
code-quality
pull-requests
merge-request
code-reviews
code-review-checklist
-
Updated
Feb 7, 2021
简悦( SimpRead ) · 轻阅版
-
Updated
Feb 20, 2021 - JavaScript
a fast and platform independent readability port (JS)
-
Updated
Apr 29, 2021 - HTML
To extract main article from given URL with Node.js
-
Updated
Jun 4, 2021 - HTML
Web scraping library and command-line tool for text discovery and extraction (main content, metadata, comments)
nlp
crawler
text-mining
scraper
news
scraping
web-scraper
text-extraction
web-scraping
readability
tei-xml
news-articles
html2text
article-extractor
news-scraper
text-cleaning
text-preprocessing
-
Updated
Jun 11, 2021 - Python
Readability is Elixir library for extracting and curating articles.
-
Updated
Oct 5, 2020 - Elixir
Natural Language Processing (NLP) library for Crystal
nlp
crystal
sentiment-analysis
wordnet
readability
tf-idf
stemmer
phonetics
string-distance
shards
inflector
crystal-language
transliterator
tries
crystal-lang
-
Updated
Mar 29, 2020 - Crystal
Read webpages in readability mode, inside your terminal.
-
Updated
Oct 30, 2019 - Go
A Python utility for moving bookmarks/reading lists between services
-
Updated
Nov 14, 2015 - Python
readability
smog
flesch-reading-ease
hacktoberfest
readability-metrics
flesch-kincaid
gunning-fog
dale-chall
automated-readability
coleman-liau
spache
dale-chall-readability
readability-formulas
-
Updated
Jun 1, 2021 - Python
Improve this page
Add a description, image, and links to the readability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the readability topic, visit your repo's landing page and select "manage topics."
If I use:
It will all raise an error because
total_words
is0
. I can make a PR to solve it.I think that the ideal solution would be catching the error, raising a warning and returning a
0
. Letting the division error raise, can be problematic.