Inflection
Morphology Inflection
Loading...
Searching...
No Matches
fwd.hpp
1/*
2 * Copyright 2016-2024 Apple Inc. All rights reserved.
3 */
4// Forward declarations for inflection.dictionary
5#pragma once
6
7#include <inflection/api.h>
8// INFLECTION_CLASS_API
9
10namespace inflection
11{
13 namespace dictionary
14 {
18 class DictionaryMetaData_MMappedDictionary;
19 class Inflector;
20 class Inflector_Inflection;
21 class Inflector_InflectionPattern;
22 class Inflector_MMappedDictionary;
23 class PhraseProperties;
25 } // dictionary
26} // inflection
Provides the ability to iterate over the words from a DictionaryMetaData object.
Provides an interface to read Inflection's lexical dictionaries.
The C++ namespace for Inflection.
Definition fwd.hpp:11