Open Chinese Convert 1.3.2
A project for conversion between Traditional and Simplified Chinese
Loading...
Searching...
No Matches
OpenCC C++ Comprehensive API

Comprehensive API in C++ language. More...

Classes

class  opencc::BinaryDict
 Binary dictionary for faster deserialization. More...
class  opencc::Config
 Configuration loader. More...
class  opencc::Conversion
 Single-dictionary phrase conversion. More...
class  opencc::ConversionChain
 An ordered sequence of Conversion objects applied to pre-segmented text. More...
struct  opencc::ConversionInspectionStage
 Result of a single conversion stage during inspection. More...
struct  opencc::ConversionInspectionResult
 Full inspection result returned by Converter::Inspect(). More...
class  opencc::Converter
 Abstract base for full-text converters. More...
class  opencc::DartsDict
 Darts dictionary. More...
class  opencc::Dict
 Abstract class of dictionary. More...
class  opencc::DictEntry
 Key-values pair entry. More...
class  opencc::DictGroup
 Group of dictionaries. More...
class  opencc::Lexicon
 Storage of all entries. More...
class  opencc::MarisaDict
 Darts dictionary. More...
class  opencc::MaxMatchSegmentation
 Implementation of maximal match segmentation. More...
class  opencc::Optional< T >
 A class that wraps type T into a nullable type. More...
class  opencc::PipelineConverter
 A Converter that passes text through a sequence of Converter stages in order, feeding the output of each stage as input to the next. More...
class  opencc::Segmentation
 Abstract base for text segmentation. More...
class  opencc::Segments
 Segmented text. More...
class  opencc::SerializableDict
 Serializable dictionary interface. More...
class  opencc::SerializedValues
 Binary format for dictionary values serialization. More...
class  opencc::SingleStageConverter
 A Converter that performs one segmentation pass followed by one ConversionChain. More...
class  opencc::TextDict
 Text dictionary. More...
class  opencc::UTF8Util
 UTF8 std::string utilities. More...

Functions

void opencc::ConvertDictionary (const std::string &inputFileName, const std::string &outputFileName, const std::string &formatFrom, const std::string &formatTo)
 Converts a dictionary from a format to another.

Detailed Description

Comprehensive API in C++ language.