New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stentor-utils

Package Overview
Dependencies
Maintainers
0
Versions
1300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stentor-utils

Utilities for stentor

  • 1.59.126
  • npm
  • Socket score

Version published
Weekly downloads
403
decreased by-72.23%
Maintainers
0
Weekly downloads
 
Created
Source

stentor-utils

A set of shared utilities for 📣 stentor for use in Node or Browser (with Webpack) with minimal amount of dependencies.

Parsing Natural Language Input

Several methods are included that are leveraging popular string parsing libraries that can help you further parse natural language queries.

  • parseData - A wrapper around chrono for parsing date time strings
  • wordToNumber - A wrapper around words-to-numbers for parsing words such as "one hundred" to their numeric equivalence.

Formatting Output

We also provide several methods to help format information either for display or speech.

  • numberToWord - Based on number-to-words, it converts numeric characters to their english word equivalent. (55 --> fifty-five)
  • formatNumberForDisplay - A wrapper around numerals for formatting numbers for display.
  • listisize - Will take a list of strings and turn them into "one, two, three or four". No oxford commas.
  • capitalize - Capitalizes the words provided

Compiling Strings

We include a Compiler that is tailored to injecting ${foo} style variables in the ResponseOutput style object.

FAQs

Package last updated on 21 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc