Giter VIP home page Giter VIP logo

gem-tools's People

Contributors

thiippal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gem-tools's Issues

test_images?

Hi,
Can you suggest where to find the file in test_images/ in "04_generate_gem.ipynb" thanks.

Base units participating in multiple layout units are not included in the RST structure

This issue arises when the base units are split between multiple layout units, for instance, in the case a sentence extends begins on one page and continues on another.

In the original XQuery script, this issue was resolved using the following code:

                  let $parent-link := for $b in $base-file//unit[@id = $leaf-xref]/../@id
                                    return tokenize($b, " ")

                  let $child-link := for $b in $base-file//unit[@id = $leaf-xref]/@id
                                    return tokenize($b, " ")

                  let $rst-segs := for $se in $rst-segments/*[@id = $segment-ids and (@xref = $child-link or @xref = $parent-link)]/@id
                                   return tokenize($se, " ")

Parsing the layout structure results in false positives

For instance, if a layout unit "lay-1" is defined to be of type "graphics" in the realization information, and a layout unit "lay-12" is defined to be of type "text", the dictionary of layout units and their realizations is updated with a false value because "lay-12" contains "lay-1".

This can be fixed by verifying the result from the XPath expression against a list of layout units in the document.

GeM application on printed media

I have a question? when I run my data on python and come up with the RST tree and LAYOUT tree. the tree is too big cant fit with the A4 page. what can I do to make the tree fitting page? shall I redraw it? or cut it? secondly, after having tree diagrams after the Run process is done, I don't get any statistics? for example how many elaboration relations? how many 16 Arial font type occur?How can I get the frequencies of the data? please Dr help me with that. here is I tagged a file to see how long is the tree.
rst_graph heavenly escape. any suggestion is highly appreciated .

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.