npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

segment-dict

v2.3.207

Published

novel-segment segment data

Downloads

20,499

Readme

segment-dict

live demo

https://segment-api.bluelovers.now.sh/demo.html

api

https://segment-api.bluelovers.now.sh/conv?input=从时间上来说是过了数秒。视线的焦点总算稳定后,那是在顶棚略低的运动跑车的右边驾驶席上。稳稳坐在车内驾驶席上的要,朝着映在车内镜的脸庞望去。柔顺的黑发加上好战的锐利目光,穿在身上的松垮衬衫被卷起了袖子,系在脖子上的红色领带显得极为松垮。把视线落到双手上,带着手表的手腕下是不怎么厚的蓝色裤子,腿上还挂着黑色的随身包。一瞬间脑子还有点没转过来,之后总算理解了情况。
https://segment-api.bluelovers.now.sh/?input=从时间上来说是过了数秒。视线的焦点总算稳定后,那是在顶棚略低的运动跑车的右边驾驶席上。稳稳坐在车内驾驶席上的要,朝着映在车内镜的脸庞望去。柔顺的黑发加上好战的锐利目光,穿在身上的松垮衬衫被卷起了袖子,系在脖子上的红色领带显得极为松垮。把视线落到双手上,带着手表的手腕下是不怎么厚的蓝色裤子,腿上还挂着黑色的随身包。一瞬间脑子还有点没转过来,之后总算理解了情况。

dict

Breaking Changes

請注意 從 2.0.0 版之後 開始 更改了 synonym 字典的格式

  • 原版為一對一 => 錯字,正字
  • 這裡為一對多 並且順序與原版相反 => 正字,錯字,...以,分隔更多字

demo

import { requireLoader, requireLoaderModule, getDictPath } from 'segment-dict';

requireLoader('jieba')('../dict/nodejieba/user.dict.utf8')
	.then(function (dict)
	{
		console.log(dict);
	})
;

requireLoaderModule('segment').load(getDictPath('segment', 'dict.txt'))
	.then(function (dict)
	{
		console.log(dict);
	})
;

links



  • http://opencc.byvoid.com/

zh

java

jp

trie

other

  • moji 半角全角変換ライブラリ

post