Skip to content
#

parser-library

Here are 170 public repositories matching this topic...

mercury-parser
svenwiegand
svenwiegand commented Aug 28, 2019
  • Platform: MacOS
  • Mercury Parser Version: master
  • Node Version (if a Node bug): v11.1.0
  • Browser Version (if a browser bug): n/a

Description

I have created a custom extractor for https://www.gruene.de/themen/arbeit which delivers the expected results for content and lead_image_url with the following specifications:

export const WwwGrueneDeExt
felixvuo
felixvuo commented Dec 18, 2019

I think it would be nice to have the option to dump a raw graphviz DOT file instead of the sppf.png for a few reasons:

  • the file size is a lot smaller
  • it's nice to be able to "do things" with the resulting tree in its structured form, rather than navigate the rendered bitmap
  • it's only one extra (or no extra) line and could be optional, e.g. if you've turned on "debug" mode.

Any though

MTRNord
MTRNord commented Apr 25, 2018

Hi I want to check if the prevoius char is a :. The exact example code I have is this:

Prefix: !

I want basicly to be able to check based on if the previous char is a : the ! should get a string and later reuse the look back logic to check if I am inside an array which is defined like in yaml meaning to make sure the last 2 lines of the following example don't get into the ar

AccessViolator
AccessViolator commented Feb 24, 2020

Everything in diagrams.css should be scoped to some wrapping css class, because as is it cannot be bundled with the rest of an app's css because of styles like this:

div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

svg {
    width: 100%;
}

Curre

sbliven
sbliven commented May 8, 2017

What's the intended meaning of PDBHeader.getDescription? It is populated in mmCIF with the _struct_keywords.pdbx_keywords field, the same as getClassification() (e.g. lyase, oxidase, etc). It seems to be unused in PDB files. It's also modified in a couple places for partial structures, e.g. "subset of 1ABC".

okomarov
okomarov commented Jan 28, 2020

I am looking at the example for how to create Object Models and leverage walkers.

The docs are out of date there too as the model now does not explicitly produce the __init__()s:

#!/usr/bin/env python
# -*- coding: utf-8 -*-

# CAVEAT UTILITOR
#
# This file was automatically generated by TatSu.
#
#    

Improve this page

Add a description, image, and links to the parser-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parser-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.