GithubHelp home page GithubHelp logo

biggim_parser's Introduction

The structure of the parser is illustrated below (edited by @erikyao)

flowchart LR
   LD["load_data"]
   LTD["load_tsv_data"]
   
   PS["parse_subject"]
   PO["parse_object"]
   PP["_parse_party"]
   
   PEA["parse_edge_attributes"]
   PSA["parse_sub_attribute"]
   PSA_PP["_parse_publication"]
   PSA_PSU["_parse_source_url"]
   PSA_PSI["_parse_source_infores"]
   PSA_DA["_default_attribute"]

   classDef instance fill:#f96;
   EA{{"edge_attributes"}}:::instance
   SJ{{"subject_json"}}:::instance
   OJ{{"object_json"}}:::instance
   AJ{{"association_json"}}:::instance
   YJ{{"yield json"}}:::instance

   LD -- calls --> LTD
   LTD -- calls --> PS -- calls --> PP
   PS -. returns .-o SJ
   LTD -- calls --> PO -- calls --> PP
   PO -. returns .-o OJ

   LTD -- calls --> PEA -- calls --> PSA
   PSA -- calls --> PSA_PP
   PSA -- calls --> PSA_PSU
   PSA -- calls --> PSA_PSI
   PSA -- calls --> PSA_DA

   PEA -. returns .-o EA -. as_part_of .-o AJ

   SJ -. as_part_of .-o YJ
   OJ -. as_part_of .-o YJ
   AJ -. as_part_of .-o YJ
Loading

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.