josherich 最近的时间轴更新
josherich's repos on GitHub
JavaScript · 10 人关注
censor-obfus
Chinese text censor obfuscate - 中文敏感词混淆替换
Python · 3 人关注
efficient-hrl
This is a copy from tensorflow/models
JavaScript · 3 人关注
FEZ-JUMP
Jump Like FEZ - Gaming Lab
OCaml · 2 人关注
abstract-interpretation-lab
a few demos showing various abstract interpreters, using bucklescript
Python · 2 人关注
Animation2Code
Recover CSS code from Web animation
CSS · 1 人关注
blog
I blog when I'm bored
JavaScript · 1 人关注
charts
Simple, responsive, modern SVG Charts with zero dependencies
Jupyter Notebook · 1 人关注
democratic-primary
data and result of analyzing democratic primary candidates' tweets
JavaScript · 0 人关注
angular-autodisable
ngAutodisable directive for angular. Automatic disable for buttons rocks!
JavaScript · 0 人关注
angular-dragon-drop
Drag and Drop for AngularJS - add sortable support
0 人关注
app-equivalent
What is the equivalent of X in Y?
0 人关注
babel
🐠 Babel is a compiler for writing next generation JavaScript.
JavaScript · 0 人关注
Backbone.ModelBinder
Simple, flexible and powerful Model-View binding for Backbone.
PHP · 0 人关注
BezierInfo-2
A from-the-ground-up rewrite of https://pomax.github.io/bezierinfo, using react, babel, webpack, and other modern things.
Ruby · 0 人关注
c.tmbundle
TextMate support for C
CoffeeScript · 0 人关注
carcassonne
Carcassonne
CoffeeScript · 0 人关注
chaplin
HTML5 application architecture using Backbone.js.
0 人关注
chinese-independent-blogs
中文独立博客列表
JavaScript · 0 人关注
ckeditor-dev
The development repository of CKEditor.
0 人关注
Config
JavaScript · 0 人关注
context-data
data backend for news.mindynode.com
0 人关注
danmuet
comment every webpage
HTML · 0 人关注
dependo
Visualize your CommonJS or AMD module dependencies in a force directed graph report.
VimL · 0 人关注
dotfiles
.files, including ~/.osx — sensible hacker defaults for OS X
Python · 0 人关注
embeddings
Fast, DB Backed pretrained word embeddings for natural language processing.
TypeScript · 0 人关注
excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
0 人关注
fitting-random-labels
Example code for the paper "Understanding deep learning requires rethinking generalization"
0 人关注
front-end-interview
JavaScript · 0 人关注
Ghost
Just a blogging platform
JavaScript · 0 人关注
goya
Pixel art editor built on Clojurescript + Om
josherich

josherich

V2EX 第 21955 号会员,加入于 2012-06-06 21:31:41 +08:00
Github Book 把源代码做成 PDF
分享创造  •  josherich  •  2019-11-23 21:51:41 PM  •  最后回复来自 baogaitou
12
词频辅助阅读,一个想法的验证
分享创造  •  josherich  •  2019-10-18 15:22:55 PM  •  最后回复来自 killpigman
9
中文敏感词同音字替换工具
  •  1   
    分享创造  •  josherich  •  2019-03-25 16:18:27 PM  •  最后回复来自 qingyang
    37
    [RSS 源] 为政府部门网站添加 RSS
    分享创造  •  josherich  •  2018-06-01 11:09:06 AM  •  最后回复来自 eastrd
    8
    上下闻,完整的新闻专题,新闻故事
  •  3   
    分享创造  •  josherich  •  2019-07-12 15:28:56 PM  •  最后回复来自 liaoyaoheng
    42
    josherich 最近回复了
    2019-11-21 14:24:00 +08:00
    回复了 josherich 创建的主题 分享创造 Github Book 把源代码做成 PDF
    @MemoryCorner 由于采用了 puppeteer 转 PDF,页数在生成后才确定,比较笨的办法是生成第二遍的时候加上;更好的办法是预先计算出页数,但这要求精准地分割每个源码文件;目前的情况是目录可以跳转每个文件,文件标题下可以跳转回到目录
    2019-11-21 11:57:30 +08:00
    回复了 josherich 创建的主题 分享创造 Github Book 把源代码做成 PDF
    @free9fw 只要找到 html 转 calibre 的工具,加入 calibre 应该不难
    2019-11-21 01:13:07 +08:00
    回复了 josherich 创建的主题 分享创造 Github Book 把源代码做成 PDF
    @luckykong 绝对在计划中!
    2019-11-20 23:13:51 +08:00
    回复了 josherich 创建的主题 分享创造 Github Book 把源代码做成 PDF
    @daimiaopeng 可以把移动版的 PDF 导入 Kindle ; Kindle 格式的主要问题是无法呈现代码高亮
    2019-10-18 09:39:48 +08:00
    回复了 josherich 创建的主题 分享创造 词频辅助阅读,一个想法的验证
    @zhigang1992 这个是用了英文中的词根 /词干 或者说 unique prefix 来加快阅读速度,中文没法这么标记。
    我的想法是用标记词频的方式,既可以突出重点词,也可以起到英文中空格的作用
    2019-10-15 22:17:36 +08:00
    回复了 josherich 创建的主题 分享创造 词频辅助阅读,一个想法的验证
    @oisc 对,这里其实只用了全局词频,如果对文档词频平均,一些主题词会变淡。但有时主题词是需要的,可以帮助读者定位文本中关键的几个方位。
    你说的没错,这个工具的目标是突出语义层面上的比较和变化,从字到词,到短语句子,再到段落,我的感觉是不同层面需要结合起来运用。
    感谢推荐,我去看看
    2019-10-15 21:40:39 +08:00
    回复了 josherich 创建的主题 分享创造 词频辅助阅读,一个想法的验证
    @grimpil 我也考虑过情感分析,但情感分析(正反面情绪)一是适用的文字类型很有限,比如影评,对话;二是其本身是否准确我也非常怀疑
    2019-10-15 12:17:36 +08:00
    回复了 josherich 创建的主题 分享创造 词频辅助阅读,一个想法的验证
    @est 是楼主失误了,网络这么慢还用异步载入字典,刚改成了同步,刷新一下就有了
    2019-06-11 23:54:18 +08:00
    回复了 josherich 创建的主题 分享创造 上下闻,完整的新闻专题,新闻故事
    @wizos 抱歉 由于不在国内 更新 dns 比较麻烦,已经修复 http://time.goodold-news.com/
    2019-03-23 21:38:25 +08:00
    回复了 josherich 创建的主题 分享创造 中文敏感词同音字替换工具
    @tvallday 不错的办法,但没有现成的字典,稀疏性也是一个问题
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5290 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 08:15 · PVG 16:15 · LAX 01:15 · JFK 04:15
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.