FastSemSim library ================== The FastSemSim Python package implements * a set of classes to represent and reason with ontologies (e.g. Gene Ontology) * a set of classes to represent and reason on ACs * the algorithms to calculate semantic similarity measures Ontologies ---------------------------------- Algorithms and data structure to parse and represent ontologies, and exctract information from them. .. toctree:: :maxdepth: 2 fastsemsim.Ontology.rst Annotation Corpora (ACs) ---------------------------------- Algorithms and data structure to parse and represent ACs, and exctract information from them. .. toctree:: :maxdepth: 2 fastsemsim.AC.rst Semantic Similarity measures ---------------------------------- Implementation of semantic similarity measures. .. toctree:: :maxdepth: 2 fastsemsim.SemSim.rst