Rune Caster 1.0.0
Modern C++ Text Processing Framework
|
Language identification and localization support. More...
#include <cstdint>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | rune_caster::language::DetectionResult |
Language detection result with confidence metrics. More... |
Namespaces | |
namespace | rune_caster |
namespace | rune_caster::language |
Language detection and identification functionality. |
Functions | |
constexpr std::string_view | rune_caster::language::to_string (Code code) noexcept |
Convert language code to ISO 639-1 string representation. | |
constexpr std::string_view | rune_caster::language::get_name (Code code) noexcept |
Get the human-readable name of a language. |
Language identification and localization support.
This header provides language identification and localization functionality for the Rune Caster framework.
Definition in file language.hpp.