Graph Transliterator
1.2.4
  • Installation
  • Usage
  • Bundled Transliterators
  • Command Line Interface
  • Tutorial: Using GraphTransliterator
  • Advanced Tutorial: Bundling a Transliterator
  • Contributing
  • API Reference
  • Credits
  • Acknowledgements
  • Kudos
  • History
  • TypeScript Port
    • Features
    • Installation
    • Usage Example
    • API Reference
    • Porting Roadmap & Feature Discrepancies
    • TypeScript API Reference
      • Class: GraphTransliterator
      • Function: addEdge()
      • Function: addNode()
      • Function: allMatchesAt()
      • Function: childrenOf()
      • Function: childrenOfType()
      • Function: costOf()
      • Function: fromEasyReadingSettings()
      • Function: fromEasyReadingYaml()
      • Function: getEdge()
      • Function: getNode()
      • Function: getNodeType()
      • Function: graphTransliterator()
      • Function: hasNode()
      • Function: initGraph()
      • Function: matchRulesAt()
      • Function: parentsOf()
      • Function: productionOfRule()
      • Function: productionsOf()
      • Function: rulesOf()
      • Function: tokenize()
      • Function: tokensOfRule()
      • Function: transliterate()
      • Function: transliterateReporting()
      • Function: updateEdgeData()
      • Function: updateNode()
      • Interface: DirectedGraph<T, N, E>
      • Interface: EasyReadingSettings
      • Interface: Edge<E>
      • Interface: GraphTransliteratorConfig
      • Interface: Node<T, N>
      • Interface: OnMatchRule
      • Interface: RawEasyReadingSettings
      • Interface: RawWhitespaceRule
      • Interface: TransliterationRule
      • Interface: WhitespaceRule
      • Type Alias: Cost
      • Type Alias: EdgeIdString
      • Type Alias: GTEdge
      • Type Alias: GTEdgeDataType
      • Type Alias: GTGraph
      • Type Alias: GTNode
      • Type Alias: GTNodeDataType
      • Type Alias: GTNodeType
      • Type Alias: MatchAtResult
      • Type Alias: MatchesAtResults
      • Type Alias: Metadata
      • Type Alias: NodeId
      • Type Alias: NodeLabel
      • Type Alias: OnMatchRuleId
      • Type Alias: OnMatchRuleIds
      • Type Alias: OnMatchRules
      • Type Alias: OnMatchRulesLookup
      • Type Alias: Production
      • Type Alias: RuleId
      • Type Alias: Token
      • Type Alias: TokenClass
      • Type Alias: TokenClasses
      • Type Alias: Tokens
      • Type Alias: TokensByClass
      • Type Alias: TransliterationProduction
      • Type Alias: TransliterationReport
      • Type Alias: TransliterationRules
Graph Transliterator
  • TypeScript Port
  • Type Alias: GTEdge
  • View page source

graphtransliterator-ts


graphtransliterator-ts / GTEdge

Type Alias: GTEdge

GTEdge = Edge<GTEdgeDataType>

Defined in: GraphTransliterator.ts:101

Previous Next

© Copyright 2026, University of Maryland.

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