RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
RDKIT_ABBREVIATIONS_EXPORT std::vector< AbbreviationDefinition > | getDefaultAbbreviations () |
returns the default set of abbreviation definitions | |
RDKIT_ABBREVIATIONS_EXPORT std::vector< AbbreviationDefinition > | getDefaultLinkers () |
returns the default set of linker definitions | |
RDKIT_ABBREVIATIONS_EXPORT std::vector< AbbreviationDefinition > | parseAbbreviations (const std::string &text, bool removeExtraDummies=false, bool allowConnectionToDummies=false) |
parses a string describing abbreviation matches and returns the result | |
std::vector< AbbreviationDefinition > | parseLinkers (const std::string &text) |
equivalent to calling parseAbbreviations(text,true,true) | |
RDKIT_ABBREVIATIONS_EXPORT std::vector< AbbreviationDefinition > RDKit::Abbreviations::Utils::getDefaultAbbreviations | ( | ) |
returns the default set of abbreviation definitions
RDKIT_ABBREVIATIONS_EXPORT std::vector< AbbreviationDefinition > RDKit::Abbreviations::Utils::getDefaultLinkers | ( | ) |
returns the default set of linker definitions
RDKIT_ABBREVIATIONS_EXPORT std::vector< AbbreviationDefinition > RDKit::Abbreviations::Utils::parseAbbreviations | ( | const std::string & | text, |
bool | removeExtraDummies = false , |
||
bool | allowConnectionToDummies = false |
||
) |
parses a string describing abbreviation matches and returns the result
Referenced by parseLinkers().
|
inline |
equivalent to calling parseAbbreviations(text,true,true)
Definition at line 95 of file Abbreviations.h.
References parseAbbreviations().