word-def
  • Getting started with Word Definition
  • How to create a word-def plugin
  • How to setup a plugin
  • How to test a plugin
  • API Reference
  • Design and Architecture
word-def
  • danoan.word_def.core package
  • View page source

danoan.word_def.core package

Submodules

  • danoan.word_def.core.api module
    • PluginRegister
      • PluginRegister.get_language_plugins()
      • PluginRegister.get_languages_available()
    • api_version()
    • get_definition()
    • get_pos_tag()
    • get_register()
    • get_synonym()
    • get_usage_example()
    • is_plugin_compatible()
  • danoan.word_def.core.exception module
    • ConfigurationFileRequiredError
    • PluginMethodNotImplementedError
    • PluginNotAvailableError
    • UnexpectedResponseError
    • UnrecognizedPluginModule
  • danoan.word_def.core.model module
    • Plugin
      • Plugin.adapter_factory
      • Plugin.package_name
    • PluginFactory
      • PluginFactory.get_adapter()
      • PluginFactory.get_language()
      • PluginFactory.version()
    • PluginProtocol
      • PluginProtocol.get_definition()
      • PluginProtocol.get_pos_tag()
      • PluginProtocol.get_synonym()
      • PluginProtocol.get_usage_example()
    • PosTag
      • PosTag.Adjective
      • PosTag.Adposition
      • PosTag.Adverb
      • PosTag.Auxiliary
      • PosTag.Conjunction
      • PosTag.CoordinatingConjunction
      • PosTag.Determiner
      • PosTag.Interjection
      • PosTag.Noun
      • PosTag.Numeral
      • PosTag.Other
      • PosTag.Particle
      • PosTag.Pronoun
      • PosTag.ProperNoun
      • PosTag.Punctuation
      • PosTag.SubordinatingConjunction
      • PosTag.Symbol
      • PosTag.Verb

© Copyright 2024, Daniel Martins Antunes.

Built with Sphinx using a theme provided by Read the Docs.