All Projects → TotalVerb → EnglishText.jl

TotalVerb / EnglishText.jl

Licence: other
Utilities for English-language quirks in Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to EnglishText.jl

RussianNounsJS
Склонение существительных по падежам. Обычно требуются только форма в именительном падеже, одушевлённость и род.
Stars: ✭ 29 (+141.67%)
Mutual labels:  pluralization, inflection
Pluralize
Pluralize or singularize any word based on a count
Stars: ✭ 1,808 (+14966.67%)
Mutual labels:  pluralization, english
go-pluralize
Pluralize and singularize any word (golang adaptation of https://www.npmjs.com/package/pluralize)
Stars: ✭ 60 (+400%)
Mutual labels:  pluralization, english
cummings.ee
A collection of the work of Edward Estlin Cummings, as it enters the public domain.
Stars: ✭ 32 (+166.67%)
Mutual labels:  text, english
subst
Search and des... argh... replace in many files at once. Use regexp and power of Python to replace what you want.
Stars: ✭ 20 (+66.67%)
Mutual labels:  text
react-middle-truncate
A React component for intelligently truncating text in the middle of the string.
Stars: ✭ 27 (+125%)
Mutual labels:  text
English-Tense
英语16种时态之个人见解
Stars: ✭ 16 (+33.33%)
Mutual labels:  english
i18n
Minimalist gettext style i18n for JavaScript
Stars: ✭ 14 (+16.67%)
Mutual labels:  pluralization
MyGoldenDict
My personal goldendict-dictionaries collection
Stars: ✭ 13 (+8.33%)
Mutual labels:  english
Ananas
An easy image editor integration for your Android apps.
Stars: ✭ 186 (+1450%)
Mutual labels:  text
terminal.land
A boundless world of interactive fiction
Stars: ✭ 37 (+208.33%)
Mutual labels:  text
tedit
simple tabbed text editor written in core Tcl/Tk
Stars: ✭ 17 (+41.67%)
Mutual labels:  text
machine-learning-novice-sklearn
A Carpentry style lesson on machine learning with Python and scikit-learn.
Stars: ✭ 22 (+83.33%)
Mutual labels:  english
ELMO-NLP
ELMO在QA问答,文本分类等NLP上面的应用
Stars: ✭ 15 (+25%)
Mutual labels:  text
allot
Parse placeholder and wildcard text commands
Stars: ✭ 51 (+325%)
Mutual labels:  text
pygame-text-input
a small module that enables you to input text with your keyboard using pygame
Stars: ✭ 114 (+850%)
Mutual labels:  text
Twelveish
🕛 Twelveish - Android Wear/Wear OS Watch Face
Stars: ✭ 29 (+141.67%)
Mutual labels:  english
todoscreensaver
A screensaver that reads a text file from somewhere on your PC.
Stars: ✭ 20 (+66.67%)
Mutual labels:  text
ShareX-CDN
Basic image, text & file uploader CDN for ShareX
Stars: ✭ 22 (+83.33%)
Mutual labels:  text
number-to-words
convert number into words (english, french, italian, roman, spanish, portuguese, belgium, dutch, swedish, polish, russian, iranian, roman, aegean)
Stars: ✭ 53 (+341.67%)
Mutual labels:  english

EnglishText

EnglishText Build Status codecov.io

Currently this package includes six features:

  • indefinite for finding the right indefinite article to use
  • english for converting a positive integer to an English-language wordy representation, and the inverse function unenglish to convert the wordy representation back.
  • pluralize to pluralize a noun, and the inverse function singularize
  • ItemList to create a list of objects
  • ItemQuantity to associate a noun with a number
  • sentences to iterate over the sentences of a text

See the documentation (links above) for how to use these features.

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