
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@textlint-ja/textlint-rule-no-insert-dropping-sa
Advanced tools
サ抜き、サ入れ表現の誤用をチェックするtextlintルール
「さ」を余計にいれている、逆に「さ」が抜けている文をチェックするtextlintルールです。
新規サ抜き・サ入れ表現から見る誤用と正用の分析 - 寺﨑知之より引用。
時代によって「さ」の有無が変化する単語もあるため、このルールはある種の感覚的な類推が含まれています。
OK:
今年はたいそう良いことがあった。
言わさせていただきます
今日は暖かさそう。
色々考えましたが一番いいのは食べなさそうな観葉植物にする
一生お金に困らなさそうな人ってどんなイメージの人ですか
大尉はいかにもすまなさそうに言った
大尉はいかにもすまなそうに言った
NG:
早く終わらせて帰りたさそうなのがおかしかった。
薫と巽さんがチョコを食べたさそうにしてたから、仕方なくほんの少しだけ分けてあげたから
刺し身をたべたさそう。
寿司が美味しさそう。
辛さそうな様子だ。
これは問題無そう。
芸術性なんてとても関係無そう。
これは良そう
Install with npm:
npm install @textlint-ja/textlint-rule-no-insert-dropping-sa
Via .textlintrc
(Recommended)
{
"rules": {
"@textlint-ja/textlint-rule-no-insert-dropping-sa": true
}
}
Via CLI
textlint --rule @textlint-ja/textlint-rule-no-insert-dropping-sa README.md
を元にしたtextlintルールです。
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu
FAQs
サ抜き、サ入れ表現の誤用をチェックするtextlintルール
We found that @textlint-ja/textlint-rule-no-insert-dropping-sa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.