datamade/probablepeople
:family: a python library for parsing unstructured western names into name components. (⭐ 616)
:family: a python library for parsing unstructured western names into name components. (⭐ 616)
PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers (⭐ 896)
Swift minion for simple and lightweight XML parsing (⭐ 1042)
PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor o…
The short note describes the chart parser for multimodal type-logical grammars which has been developed in conjunction with the type-logical treebank for French. The chart parser presents an incomplete but fast implementation of proof search for mult...
Tags: python, xml, parsing, beautifulsoup | Score: 0
Tags: python, regex, parsing | Score: 0
Tags: c, parsing, command-line, text-files | Score: 0
Tags: java, parsing, plaintext, jsoup, htmleditorkit | Score: 11
Tags: java, parsing, dsl, cup | Score: 1
Parsing errors during JPG upload typically stem from embedded metadata or incorrect file formatting. To fix this, open the image in an editor like Photoshop or Canva, remove any unnecessary metadata or …
Correction suggested by Guffa: The function is executed right after it's created, not after it is parsed. The entire script block is parsed before any code in it is executed. Also, parsing code doesn't …
The SyntaxError: unexpected EOF while parsing means that the end of your source code was reached before all code blocks were completed. A code block starts with a statement like for i in range(100): …
Hey all, New to Lua and I'm looking for a way to parse XML files but I think this has to happen natively within Lua because I'm using it within a GrandMA2 lighting console. Goal: export an item, rea...
We introduce COMBO - a fully neural NLP system for accurate part-of-speech tagging, morphological analysis, lemmatisation, and (enhanced) dependency parsing. It predicts categorical morphosyntactic features whilst also exposes their vector representa...
Regular expressions -- regexes -- are widely used not only for validating, but also for parsing textual data. Generally, regex parsers output a loose structure, e.g. an unstructured list of matches, leaving it up to the user to validate the output's...
I need to parse an ISO8601 date/time format with an included timezone (from an external source) in Excel/VBA, to a normal Excel Date. As far as I can tell, Excel XP (which is what we're using) does...
A simple screen parsing tool towards pure vision based GUI agent (⭐ 24454)
LL parser is called an LL(k) parser if it uses k tokens of lookahead when parsing a sentence. A grammar is called an LL(k) grammar if an LL(k) parser can
...