KeenQuotes VS shitty-autoreply

Compare KeenQuotes vs shitty-autoreply and see what are their differences.

KeenQuotes

Convert straight quotes to curly quotes (by DaveJarvis)

shitty-autoreply

Irritate people by getting their names wrong (by rzimmerman)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
KeenQuotes shitty-autoreply
3 1
4 0
- -
0.0 10.0
8 months ago almost 9 years ago
Java Python
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

KeenQuotes

Posts with mentions or reviews of KeenQuotes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-28.
  • A Spellchecker Used to Be a Major Feat of Software Engineering
    5 projects | news.ycombinator.com | 28 Feb 2023
    In some ways, I think computational linguistics (for English) has missed a mark. We have dictionaries, lexicons, grammar engines, spell checkers, pluralization rules, and quotation disambiguation. You'd think we could roll all these into a unified, standard definition format.

    My KeenWrite editor, for instance, uses:

    * https://github.com/DaveJarvis/KeenSpell (spell check, lexicon)

    * https://github.com/DaveJarvis/KeenQuotes (curls straight quotes)

    * https://github.com/DaveJarvis/KeenWrite/blob/main/R/pluraliz... (pluralization)

    I was looking at integrating LanguageTool[0] for grammar and realized that it has partial functionality for KeenQuotes (lexing and tokenization), duplicates the SymSpell algorithm used by KeenSpell, and because it offers grammar corrections it likely can pluralize words, as well.

    Unifying those for English alone would be a massive undertaking.

    [0]: https://github.com/languagetool-org/languagetool

  • KeenWrite v2.2.0: Curl straight quotes upon export
    2 projects | /r/Markdown | 3 Jul 2021
  • KeenQuotes: A utility to change straight quotes into curly quotes
    2 projects | /r/Markdown | 17 Jun 2021
    KeenQuotes is a utility to help with post-processing plain text documents, such as Markdown. There's no support for HTML elements, yet, nor will it ignore preformatted text sections (such as code snippets).

shitty-autoreply

Posts with mentions or reviews of shitty-autoreply. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-28.
  • A Spellchecker Used to Be a Major Feat of Software Engineering
    5 projects | news.ycombinator.com | 28 Feb 2023
    Reminds me of a dumb project I did that takes a person's name and returns a name that is close, but not quite right: https://github.com/rzimmerman/shitty-autoreply

    The idea was to set up an auto-reply to my email that looked automated, but surely couldn't be because it messed up the sender's name. Not nearly as clever as Peter Norvig's program and even less useful.

    I'd say the bias toward common American names is a bug, but given that the goal of the project is to be obnoxious it's probably a feature.

What are some alternatives?

When comparing KeenQuotes and shitty-autoreply you can also consider the following projects:

KeenWrite - Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.

languagetool - Style and Grammar Checker for 25+ Languages

KeenSpell - Java 8+ zero-dependency port of SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm