CKIPNLP Logo
stable

Overview

  • Introduction
  • Usage
  • Tables of Tags

Contents

  • ckipnlp package
    • ckipnlp.container package
      • ckipnlp.container.util package
        • ckipnlp.container.util.parse_tree module
        • ckipnlp.container.util.wspos module
      • ckipnlp.container.base module
      • ckipnlp.container.coref module
      • ckipnlp.container.ner module
      • ckipnlp.container.parse module
      • ckipnlp.container.seg module
      • ckipnlp.container.text module
    • ckipnlp.driver package
    • ckipnlp.pipeline package
    • ckipnlp.util package

Appendix

  • Index
  • Module Index
CKIPNLP
  • Docs »
  • ckipnlp package »
  • ckipnlp.container package »
  • ckipnlp.container.util package
  • Edit on GitHub

ckipnlp.container.util packageΒΆ

This module implements specialized utilities for CKIPNLP containers.

Submodules

  • ckipnlp.container.util.parse_tree module
    • ParseNodeData
      • ParseNodeData.from_text()
    • ParseNode
      • ParseNode.data_class
    • ParseRelation
    • ParseTree
      • ParseTree.node_class
      • ParseTree.from_text()
      • ParseTree.to_text()
      • ParseTree.from_dict()
      • ParseTree.to_dict()
      • ParseTree.from_penn()
      • ParseTree.to_penn()
      • ParseTree.show()
      • ParseTree.get_children()
      • ParseTree.get_heads()
      • ParseTree.get_relations()
      • ParseTree.get_subjects()
  • ckipnlp.container.util.wspos module
    • WsPosToken
      • WsPosToken.from_text()
    • WsPosSentence
      • WsPosSentence.from_text()
      • WsPosSentence.to_text()
    • WsPosParagraph
      • WsPosParagraph.from_text()
      • WsPosParagraph.to_text()
Next Previous

© Copyright 2018-2023 CKIP Lab Revision 65f47ad9.

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