Releases: xjtu-enre/ENRE-ts
Releases · xjtu-enre/ENRE-ts
v0.4.3
v0.0.1-gamma
- 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
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
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 adoccconfig.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
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.