SuPar

Content

  • Models
    • Dependency Parsing
      • Biaffine
      • CRF
      • CRF2o
      • VI
    • Constituency Parsing
      • CRF
      • AttachJuxtapose
      • VI
    • Semantic Dependency Parsing
      • Biaffine
      • VI
  • Structs
    • Distribution
    • Semirings
    • Chain
    • Tree
    • Variational Inference
    • Function
  • Modules
    • LSTM Layers
    • GNN Layers
    • Affine Layers
    • Embedding Layers
    • Dropout Layers
    • Linear Layers
  • Utils
    • Data
    • Field
    • Transform
    • Vocab
    • Embedding
    • Function
  • References
Theme by the Executable Book Project
  • repository
  • open issue
  • suggest edit
  • .rst

Structs

Structs#

  • Distribution
    • StructuredDistribution
  • Semirings
    • Semiring
    • LogSemiring
    • MaxSemiring
    • KMaxSemiring
    • EntropySemiring
    • CrossEntropySemiring
    • KLDivergenceSemiring
    • SampledSemiring
    • SparsemaxSemiring
  • Chain
    • LinearChainCRF
    • SemiMarkovCRF
  • Tree
    • MatrixTree
    • DependencyCRF
    • Dependency2oCRF
    • ConstituencyCRF
    • BiLexicalizedConstituencyCRF
  • Variational Inference
    • DependencyMFVI
    • DependencyLBP
    • ConstituencyMFVI
    • ConstituencyLBP
    • SemanticDependencyMFVI
    • SemanticDependencyLBP
  • Function
    • Tarjan
    • ChuLiuEdmods
    • MST

previous

VI

next

Distribution

By Yu Zhang
© Copyright 2018-2022, Yu Zhang.