Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
11 results tagged parsing  ✕   ✕
gawel/pyquery https://github.com/gawel/pyquery
Tue 02 Mar 2021 01:37:40 PM PST archive.org

pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.

This is not (or at least not yet) a library to produce or interact with javascript code. I just liked the jquery API and I missed it in python so I told myself "Hey let's make jquery in python". This is the result.

python modules html xml queries parsing scraping
pyparsing/pyparsing/ https://github.com/pyparsing/pyparsing/
Fri 26 Feb 2021 04:11:30 PM PST archive.org

A Python module for building parsing expression grammars. Build recognizers combinatively, i.e., by plugging together discrete examples of things to look for. Very useful for command parsers.

python modules parser bots exocortex parsing
GitHub - chartbeat-labs/textacy https://github.com/chartbeat-labs/textacy
Wed 20 Nov 2019 01:31:50 PM PST archive.org

textacy is a Python library for performing a variety of natural language processing (NLP) tasks, built on the high-performance spaCy library. With the fundamentals --- tokenization, part-of-speech tagging, dependency parsing, etc. --- delegated to another library, textacy focuses primarily on the tasks that come before and follow after. Abstracts away the boilerplate for the stuff you actually care about.

Quickstart: https://chartbeat-labs.github.io/textacy/getting_started/quickstart.html

python modules exocortex nlp faas tokens tagging dependencies parsing ai ml
snipsco/snips-nlu: Snips Python library to extract meaning from text https://github.com/snipsco/snips-nlu
Thu 17 Jan 2019 04:37:04 PM PST archive.org

Snips NLU (Natural Language Understanding) is a Python library that allows to parse sentences written in natural language and extracts structured information. Behind every chatbot and voice assistant lies a common piece of technology: Natural Language Understanding (NLU). Anytime a user interacts with an AI using natural language, their words need to be translated into a machine-readable description of what they meant. The NLU engine first detects what the intention of the user is (a.k.a. intent), then extracts the parameters (called slots) of the query. The developer can then use this to determine the appropriate action or response.

python modules nlp nlu parsing semantics commands analysis
Requests-HTML: HTML Parsing for Humans (writing Python 3)! — requests-HTML v0.3.4 documentation http://html.python-requests.org/
Sat 05 May 2018 05:20:02 PM PDT archive.org

A Python module that tries to make parsing HTML as easy to do as Requests makes HTTP requests easy. Written by the same developer, in fact. Built on top of Requests, so you don't have to juggle both. Python v3.6 and later only. Full Javascript support(!), CSS selectors, XPath selectors, user-agent spoofing, automatic redirects.

Github: https://github.com/psf/requests-html

python html parsing scraping exocortex modules web
CoreSecurity/impacket · GitHub https://github.com/CoreSecurity/impacket
Tue 20 Mar 2018 12:21:27 AM PDT archive.org
networking api packets modules parsing python construction forging security tools protocols pentesting
Removing Punctuation From Python List Items - Stack Overflow https://stackoverflow.com/questions/4371231/removing-punctuation-from-python-list-items
Tue 20 Mar 2018 12:19:44 AM PDT archive.org

How to clean punctuation marks out of strings represented as lists in Python without needing to build or import a full text parser. The second answer is the most straightforward but not necessarily the most Pythonic.

python punctuation howto lists parsing cleanup strings
Text Processing in Python (a book) http://gnosis.cx/TPiP/
Tue 20 Mar 2018 12:19:28 AM PDT archive.org

The complete text of Text Processing In Python by David Mertz, free to read online by the author.

reference python text programming free parsing books online
semantic: Python Package Index https://pypi.python.org/pypi/semantic/
Tue 20 Mar 2018 12:15:53 AM PDT archive.org

Github: https://github.com/crm416/semantic

dates semantics python modules parsing exocortex numbers units nlp math
A look at Go lexer/scanner packages – Fatih Arslan – Medium https://medium.com/@farslan/a-look-at-go-scanner-packages-11710c2655fc
Mon 19 Mar 2018 10:32:35 PM PDT archive.org
golang lexer text parser parsing exocortex lexing list
kennethreitz/maya: Datetimes for Humans™ https://github.com/kennethreitz/maya
Mon 19 Mar 2018 03:39:56 PM PDT archive.org

python module that makes handling dates and times significantly easier. Get, parse, and convert datetimes in various forms, such as time_t, natural language ("23 hours from now," "last year"), and various RFC formats. Can also do timezone and arbitrary time interval algebra. Cross-platform.

nlp conversion python dates modules parsing timezones times
4995 links, including 380 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn