All Projects → words → weasels

words / weasels

Licence: MIT license
List of (possible) English weasel words

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to weasels

hedges
List of (possible) English hedge words
Stars: ✭ 39 (+21.88%)
Mutual labels:  word, natural-language
buzzwords
List of (possible) English buzzword words
Stars: ✭ 51 (+59.38%)
Mutual labels:  word, natural-language
fillers
List of (possible) English filler words
Stars: ✭ 36 (+12.5%)
Mutual labels:  word, natural-language
Office Ribbonx Editor
An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
Stars: ✭ 205 (+540.63%)
Mutual labels:  word
Kkfileviewofficeedit
文件在线预览及OFFICE(word,excel,ppt)的在线编辑
Stars: ✭ 234 (+631.25%)
Mutual labels:  word
subtlex-word-frequencies
A list of words from the SUBTLEX movie subtitles corpus, sorted by frequency.
Stars: ✭ 25 (-21.87%)
Mutual labels:  word
officeexport-java
三行代码导出自定义样式word
Stars: ✭ 68 (+112.5%)
Mutual labels:  word
Ariawase
Ariawase is free library for VBA cowboys.
Stars: ✭ 185 (+478.13%)
Mutual labels:  word
linguistic-datasets-portuguese
Linguistic Datasets for Portuguese: Lista de conjuntos de dados linguísticos para língua portuguesa com licença flexíveis: banco de dados, lista de palavras, sinônimos, antônimos, dicionário temático, tesauro, linked data, semântica, ontologia e representação de conhecimento
Stars: ✭ 46 (+43.75%)
Mutual labels:  natural-language
chrome-shanbay-v2
shanbay chrome extension
Stars: ✭ 19 (-40.62%)
Mutual labels:  word
rimerc
rimerc: rimer's dictionary & config
Stars: ✭ 228 (+612.5%)
Mutual labels:  weasel
Androiddocumentviewer
Android 文档查看: word、excel、ppt、pdf,使用mupdf及tbs
Stars: ✭ 235 (+634.38%)
Mutual labels:  word
NLP Quickbook
NLP in Python with Deep Learning
Stars: ✭ 516 (+1512.5%)
Mutual labels:  natural-language
Sensegram
Making sense embedding out of word embeddings using graph-based word sense induction
Stars: ✭ 209 (+553.13%)
Mutual labels:  word
flutter filereader
Flutter实现的本地文件(pdf word excel 等)查看插件,非在线预览
Stars: ✭ 101 (+215.63%)
Mutual labels:  word
Isearch
有道词典 命令行查询 柯林斯词典 单词管理 本地保存
Stars: ✭ 201 (+528.13%)
Mutual labels:  word
double-metaphone
Fast Double Metaphone algorithm
Stars: ✭ 70 (+118.75%)
Mutual labels:  natural-language
levenshtein-edit-distance
Levenshtein edit distance
Stars: ✭ 59 (+84.38%)
Mutual labels:  natural-language
watson-multimedia-analyzer
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. A Node app that use Watson Visual Recognition, Speech to Text, Natural Language Understanding, and Tone Analyzer to enrich media files.
Stars: ✭ 23 (-28.12%)
Mutual labels:  natural-language
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (-28.12%)
Mutual labels:  word

weasels

Build Coverage Downloads Size

List of many English, both British and American, weasel words.

Contents

What is this?

This package exposes a list of weasel words.

When should I use this?

Use this when you want to do fun things with natural language.

Install

This package is ESM only. In Node.js (version 14.14+, 16.0+), install with npm:

npm install weasels

In Deno with esm.sh:

import {weasels} from 'https://esm.sh/weasels@2'

In browsers with esm.sh:

<script type="module">
  import {weasels} from 'https://esm.sh/weasels@2?bundle'
</script>

Use

import {weasels} from 'weasels'

console.log(weasels.length) //=> 116

console.log(weasels.slice(0, 10))

Yields:

[ 'a lot',
  'about',
  'acts',
  'again',
  'all',
  'almost',
  'already',
  'also',
  'anyway',
  'appeared' ]

API

This package exports the identifier weasels. There is no default export.

weasels

Reportedly, weasels exposes a list of strings (Array<string>).

Data

weasels supports several weasel words and phrases. For a complete list, see data.txt.

👉 Note: that the words listed in weasels might or, in fact, might not be weasels.

Types

This package is fully typed with TypeScript. It exports no additional types.

Compatibility

This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+ and 16.0+. It also works in Deno and modern browsers.

Related

  • buzzwords — list of buzzwords
  • dale-chall — list of familiar American-English words (1995)
  • fillers — list of filler words
  • hedges — list of hedge words
  • profanities — list of profane words
  • spache — list of simple American-English words (1974)

Contribute

Yes please! See How to Contribute to Open Source.

Security

This package is safe.

License

MIT © Titus Wormer

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].