Are there any C++ libraries that provide tools for composing English language sentences?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tracerz

    A modern C++ (C++17) procedural generation tool based on @galaxykate's tracery

    The best match I've found so far is https://github.com/caranatar/tracerz, which can help a lot, but it intended for use with random values, and I would have to handle some of the higher-level connections myself, like linking pronouns with pluralization, and handling past/present/future tenses on my own. I'm not afraid to do this, but I want to explore my options.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. fluent.js

    JavaScript implementation of Project Fluent

    Even if you're not planning to translate your game into other languages, it might be worth looking into one of the localisation systems. For example, Mozilla's Fluent handles pluralisation, gender, etc..

  4. Cataclysm

    A post-apocalyptic roguelike. New features relative to C:Whales are scheduled for after 0.2.0, the savefile breaking release. (by zaimoni)

    I would not be averse to a library that fully developed this. However, that definitely is "hard mode". I haven't looked around carefully. (Gettext is not an option for the Cataclysm family of games -- as a copyleft license, GPL is incompatible with all other licenses that impose material restrictions, such as Creative Commons Share-Alike.)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Internationalize TypeScript app

    1 project | /r/node | 26 Apr 2023
  • FTL loader

    1 project | /r/rust | 8 Mar 2023
  • Requesting feedback on a string interpolation concept

    1 project | /r/ProgrammingLanguages | 21 Dec 2022
  • Questions about a translation system

    1 project | /r/rust | 4 Dec 2022
  • l10n: A proc macros crate to ease project localization and provide compile time checks (message exists, mandatory arguments are set, functions are defined) built upon fluent-bundle.

    2 projects | /r/rust | 10 Oct 2022

Did you know that C++ is
the 7th most popular programming language
based on number of references?