Open Chinese Convert 1.4.2+g71621a0e1.dirty
A project for conversion between Traditional and Simplified Chinese
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 Copencc::AmbiguityStreamStreaming variant of ConvertWithAmbiguities() with bounded memory
 Copencc::AmbiguousSpanOne span of the converted output whose source maps to more than one candidate (a one-to-many dictionary entry was applied), e.g
 Copencc::AnnotatedConversionResult of ConvertWithAmbiguities(): the converted text plus the spans where the conversion is one-to-many
 Copencc::AmbiguityStream::Chunk
 Copencc::ConfigConfiguration loader
 Copencc::ConfigLoadOptions
 Copencc::ConversionSingle-dictionary phrase conversion
 Copencc::ConversionChainAn ordered sequence of Conversion objects applied to pre-segmented text
 Copencc::ConversionInspectionResultFull inspection result returned by Converter::Inspect()
 Copencc::ConversionInspectionStageResult of a single conversion stage during inspection
 Copencc::ConverterAbstract base for full-text converters
  Copencc::ConfigBasedConverterA Converter produced by loading a JSON config that includes a normalization pre-pass
  Copencc::PipelineConverterA Converter that passes text through a sequence of Converter stages in order, feeding the output of each stage as input to the next
  Copencc::SingleStageConverterA Converter that performs one segmentation pass followed by one ConversionChain
 Copencc::ConverterStream
 Copencc::DictAbstract class of dictionary
  Copencc::DartsDictDarts dictionary
  Copencc::DictGroupGroup of dictionaries
   Copencc::UnionDictGroupGroup of dictionaries with union prefix-match semantics
  Copencc::MarisaDictDarts dictionary
  Copencc::TextDictText dictionary
 Copencc::DictEntryKey-values pair entry
  Copencc::MultiValueDictEntry
   Copencc::StrMultiValueDictEntry
  Copencc::NoValueDictEntry
  Copencc::SingleValueDictEntry
   Copencc::StrSingleValueDictEntry
 Copencc::DictEntryFactory
 CException
  Copencc::FileNotFound
  Copencc::FileNotWritable
  Copencc::InvalidFormat
   Copencc::InvalidTextDictionary
  Copencc::InvalidUTF8
  Copencc::ShouldNotBeHere
 Copencc::Exception
  Copencc::FileNotFound
  Copencc::FileNotWritable
  Copencc::InvalidFormat
  Copencc::InvalidUTF8
  Copencc::ShouldNotBeHere
 Copencc::UTF8StringSliceBase< LENGTH_TYPE >::Hasher
 Copencc::Segments::iterator
 Copencc::LexiconStorage of all entries
 Copencc::PrefixMatch::Match
 Copencc_error_t
 Copencc_kv_pair_t
 Copencc_segment_length_array_t
 Copencc_segmentation_create_args_t
 Copencc_segmentation_plugin_v2
 Copencc_segmentation_segment_args_t
 Copencc::Optional< T >A class that wraps type T into a nullable type
 Copencc::Optional< T * >Specialization of Optional for pointers
 Copencc::PhraseExtract
 CPhraseExtract
 Copencc::PrefixMatch
 Copencc::PrefixMatchViewResult of a PrefixMatch fast-path lookup
 Copencc::ResourceProvider::Resource
 Copencc::ResourceProvider
  Copencc::FilesystemResourceProvider
  Copencc::ZipResourceProvider
 Copencc::SegmentationAbstract base for text segmentation
  Copencc::JiebaSegmentation
  Copencc::MaxMatchSegmentationImplementation of maximal match segmentation
 Copencc::SegmentsSegmented text
 Copencc::SerializableDictSerializable dictionary interface
  Copencc::BinaryDictBinary dictionary for faster deserialization
  Copencc::DartsDictDarts dictionary
  Copencc::MarisaDictDarts dictionary
  Copencc::SerializedValuesBinary format for dictionary values serialization
  Copencc::TextDictText dictionary
 Copencc::PhraseExtract::Signals
 CPhraseExtract::Signals
 Copencc::SimpleConverterA high-level converter
 CTCLAP::StdOutput
  CCmdLineOutput
 Ctesting::Test
  Copencc::TextDictTestBase
   Copencc::DictGroupTestBase
 Copencc::internal::Utf8SkipTablePer-byte lookup table describing which byte values may begin a dictionary key
 Copencc::UTF8StringSliceBase< LENGTH_TYPE >
 Copencc::UTF8UtilUTF8 std::string utilities