Skip to content

Releases: xjtu-enre/ENRE-ts

v0.4.3

09 Jan 06:54
Compare
Choose a tag to compare

Stability improvements.

Points-to-relation resolving is not stable in this release and cannot be turned off at now.

v0.0.1-gamma

31 Oct 15:19
Compare
Choose a tag to compare
v0.0.1-gamma Pre-release
Pre-release
  • Improved stability
  • Updated ENREName and QualifiedName mechanism

This release is only for technical reviews only, by no means should it be used in any production environments.

v0.0.1-beta

10 Jan 15:30
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release

Functionalities shipped in this release

  • The extraction of most of entity kinds
  • The extraction of some of relation kinds
  • Most of JSON output

Functionalities NOT shipped in this release

  • Extract relations from built-ins

This release is only for technical reviews only, by no means should it be used in any production environments.

General doc-parser v1.4.0

12 Aug 04:44
Compare
Choose a tag to compare
Pre-release

This is a doc-parser release that you as an ENRE consumer can safely ignore.

Change Log

  • Support external config to add or remove entity or relation types
    Add a doccconfig.json in the project root with the following data.
    {
        "ignore": {
            "entity": ["file", "variable"],
            "relation": ["import", "export"]
        },
        "add": [
            {
                "from": "variable",
                "to": "variable",
                "type": "testing"
            }
        ]
    }
  • Dump table data into docc-data.json in the project root

Features

  • Enhanced strict format checking
  • Entity-relation link table viewing
  • Legacy syntax warning and errors
  • Statistis output
  • Order entity types by docs/README.md

Pre-requests

  • You need a node.js latest environment to run this script
  • You need to have a full copy of an ENRE source code
  • The documents MUST locate in /docs/

v0.0.1-alpha

03 Aug 03:10
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Functionalities shipped in this release

  • The extraction of most of entity kinds
  • Partial JSON output

Functionalities NOT shipped in this release

  • Relation extraction

This release is only for technical reviews only, by no means should it be used in any production environments.