Segram
latest

Home

  • About
  • Installation
  • Supported languages and models
  • Authors & contributors
  • Contributing
  • License

Tutorials

  • See Github

Quick reference links

  • Components
  • Phrases
  • Sentences
  • Documents
  • Corpus
  • Stories
  • Frames
  • Segram pipeline component
  • Segram coref component
  • Data collections

API Reference

  • segram
    • segram package
      • Subpackages
        • segram.datastruct package
        • segram.grammar package
        • segram.nlp package
        • segram.semantic package
        • segram.utils package
      • Submodules
Segram
  • segram
  • segram package
  • segram.nlp package
  • segram.nlp.grammar package
  • Edit on GitHub

segram.nlp.grammar package

Submodules

  • segram.nlp.grammar.components module
    • ComponentNLP
      • ComponentNLP.is_head()
      • ComponentNLP.get_dep()
      • ComponentNLP.is_child_of()
      • ComponentNLP.find_parents()
      • ComponentNLP.get_sconj()
      • ComponentNLP.get_cconj()
      • ComponentNLP.from_tok()
  • segram.nlp.grammar.doc module
    • DocNLP
  • segram.nlp.grammar.grammar module
    • GrammarNLP
  • segram.nlp.grammar.phrases module
    • PhraseNLP
  • segram.nlp.grammar.sent module
    • SentNLP
      • SentNLP.find_links()
      • SentNLP.find_conjs()
      • SentNLP.add_subs()
      • SentNLP.from_sent()
      • SentNLP.make_mutable_children()
      • SentNLP.destroy_conjunct_links()
      • SentNLP.propagate_children_conjuncts()
      • SentNLP.propagate_subjects()
      • SentNLP.propagate_descriptions()
      • SentNLP.propagate_cdesc_subclauses()
      • SentNLP.freeze_children()
Previous Next

© Copyright 2023, Szymon Talaga. Revision cef36b0c.

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