MCPcopy Create free account
hub / github.com/Artikash/Textractor / Inflection

Class Inflection

extensions/extrawindow.cpp:584–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582 }
583
584 struct Inflection
585 {
586 QString root;
587 QRegularExpression inflectsTo;
588 QString name;
589 };
590 std::vector<Inflection> inflections;
591
592 std::filesystem::file_time_type dictionaryFileLastWrite;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected