各種の行列のまとめ

追加修正はこのエントリーに行う。

レキシーム空間の名前は大文字始まり、行列/テンソルの名前は小文字始まり。

レキシーム空間:

  1. Term
  2. PhrasedTerm
  3. PublId
  4. Citekey
  5. Path
  6. Label
  7. Tag

行列・テンソル:

  1. isDefinedIn : Term → Path
  2. classifies_Term : Tag → Term
  3. classifies_Node : Tag → Path
  4. classifies_Tag : Tag → Tag
  5. labels : Label → Path
  6. isAliasOf : Term → Term
  7. isShorthandOf : Term → Term
  8. hasDescription : Term → DocumnetText
  9. isImportedFrom_Term : Term → PublID, Path
  10. isImportedFrom_Citekey : Citekey → PublID, Path
  11. hasBibInfo : Citekey → Path
  12. isPublishedAt : Path → PulisherID, URL

データ型空間:

  1. DocumentText

API:

  • listLexemes(レキシーム空間名) : Array<Lexeme>
  • getTensorEntry(t, i, j) : boolean
  • getSkeleton(path) : BlitSkeleton
  • getNodeContent(path) : BLitNode