Package chemaxon.naming

Document to Structure and Name to Structure conversion.

See: Description

Package chemaxon.naming Description

Document to Structure and Name to Structure conversion.

Document to Structure conversion can be done using the DocumentToStructure class or the MolImporter class using the "d2s" format.

Name to Structure usage does not require this package, since it can be used as any file format import, for instance:

Molecule m = chemaxon.formats.MolImporter.importMol("benzoic acid", "name");
This package is needed to customize Name to Structure using NameConverters.
Author:
Daniel Bonniot