All Projects → words → hedges

words / hedges

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hedges

weasels
List of (possible) English weasel words
Stars: ✭ 32 (-17.95%)
Mutual labels:  word, natural-language
buzzwords
List of (possible) English buzzword words
Stars: ✭ 51 (+30.77%)
Mutual labels:  word, natural-language
fillers
List of (possible) English filler words
Stars: ✭ 36 (-7.69%)
Mutual labels:  word, natural-language
LangageLinotte
Code source officiel du langage de programmation Linotte - Langage de programmation en français simple créé dans le but de permettre aux enfants et aux personnes n'ayant pas une connaissance approfondie de l’informatique d’apprendre la programmation facilement.
Stars: ✭ 29 (-25.64%)
Mutual labels:  natural-language
watson-document-classifier
Augment IBM Watson Natural Language Understanding APIs with a configurable mechanism for text classification, uses Watson Studio.
Stars: ✭ 41 (+5.13%)
Mutual labels:  natural-language
filefy
A javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats
Stars: ✭ 39 (+0%)
Mutual labels:  word
clipboard-parser
剪贴板解析器,支持解析@RequestParam/@ApiModelProperty接口定义代码、Word、Excel以及其他表格类数据
Stars: ✭ 15 (-61.54%)
Mutual labels:  word
fuzzychinese
A small package to fuzzy match chinese words
Stars: ✭ 50 (+28.21%)
Mutual labels:  natural-language
automation-for-humans
Converts English statements to automation.
Stars: ✭ 67 (+71.79%)
Mutual labels:  natural-language
parallel-corpora-tools
Tools for filtering and cleaning parallel and monolingual corpora for machine translation and other natural language processing tasks.
Stars: ✭ 35 (-10.26%)
Mutual labels:  natural-language
aspose-words-cloud-node
Node.Js library for communicating with the Aspose.Words Cloud API
Stars: ✭ 20 (-48.72%)
Mutual labels:  word
ReadWordTable
使用poi解析word文档(.docx)中的表格内容及格式,并以html形式输出
Stars: ✭ 26 (-33.33%)
Mutual labels:  word
pyunit-address
字符串地址查询,支持自定义地址词库,解析地址,地址识别,地址抽取,中文地址.
Stars: ✭ 70 (+79.49%)
Mutual labels:  word
wordroller
Free Microsoft Word document (aka .docx) processing library for .Net
Stars: ✭ 17 (-56.41%)
Mutual labels:  word
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (+17.95%)
Mutual labels:  word
nalcos
Search Git commits in natural language
Stars: ✭ 50 (+28.21%)
Mutual labels:  natural-language
latex in word
LaTeX equation edition in a macro-enabled Word document
Stars: ✭ 29 (-25.64%)
Mutual labels:  word
WantWords
An open-source online reverse dictionary.
Stars: ✭ 6,187 (+15764.1%)
Mutual labels:  word
awesome-spacer
Automatic Korean word spacing with TensorFlow 2.0 + Keras
Stars: ✭ 42 (+7.69%)
Mutual labels:  word
an-array-of-spanish-words
List of ~636,000 Spanish words
Stars: ✭ 31 (-20.51%)
Mutual labels:  word

hedges

Build Coverage Downloads Size

List of supposed English (both British and American) hedge words.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install hedges

Use

import {hedges} from 'hedges'

console.log(hedges.length) //=> 162

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

Yields:

[ 'a bit',
  'about',
  'actually',
  'allege',
  'alleged',
  'almost',
  'almost never',
  'always',
  'and all that',
  'and so forth' ]

API

This package exports the following identifiers: hedges. There is no default export.

hedges

Roughly, hedges exposes information as a list of strings (Array.<string>).

Support

For a complete list of supported hedge words and phrases, like, see data.txt.

Note that the words listed in hedges are speculated to be hedges, although perhaps not.

Related

  • buzzwords — List of buzzwords
  • dale-chall — List of familiar American-English words (1995)
  • fillers — List of filler words
  • profanities — List of profane words
  • spache — List of simple American-English words (1974)
  • weasels — List of weasel words

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