Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source code
# Source Code

## Dictionary

Expand All @@ -16,3 +16,28 @@
* DictGroup: A wrap of a group of dictionaries. Iterates one by one until a match.

## Conversion

## Main Files

- Lexicon: Storage of all entries
- BinaryDict: Binary dictionary for faster deserialization
- CmdLineOutput: Output command line usage
- Common: Common definitions
- Config: Configuration loader
- Conversation: Conversion interface
- Converter: Controller of segmentation and conversion
- DartsDict: Darts dictionary
- Dict: Abstract class of dictionary
- DictConverter: Converts a dictionary from a format to another.
- DictEntry: Key-values pair entry
- DictGroup: Group of dictionaries
- Exception: Exceptions
- MarisaDict: Marisa dictionary.
- MaxMatchSegmentation: Implementation of maximal match segmentation
- Segmentation: Abstract segmentation
- Segments: Segmented text
- SerializableDict: Serializable dictionary interface
- SerializedValues: Binary format for dictionary values serialization.
- SimpleConverter: A high level converter
- TextDict: Text dictionary
- UTF8Util: UTF8 std::string utilities