Text Processing packages

Showing projects tagged as Text Processing

  • micro-editor

    9.9 7.9 Go
    A modern and intuitive terminal-based text editor
  • colly

    9.8 4.8 Go
    Elegant Scraper and Crawler Framework for Golang
  • GoQuery

    9.7 5.4 Go
    A little like that j-thing, only in Go.
  • sh

    9.2 8.0 Go
    A shell parser, formatter, and interpreter with bash support; includes shfmt
  • blackfriday

    9.2 0.0 Go
    Blackfriday: a markdown processor for Go
  • jsonparser

    9.1 0.0 Go
    One of the fastest alternative JSON parser for Go that does not require schema
  • toml

    9.0 7.6 Go
    TOML parser for Golang with reflection.
  • go-humanize

    8.8 4.9 Go
    Go Humans! (formatters for units to human friendly sizes)
  • goldmark

    8.6 7.4 Go
    :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
  • bluemonday

    8.5 6.6 Go
    bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
  • gofeed

    8.3 5.7 Go
    Parse RSS, Atom and JSON feeds in Go
  • xurls

    7.5 6.9 Go
    Extract urls from text
  • slug

    7.4 0.0 Go
    URL-friendly slugify with multiple languages support.
  • commonregex

    7.2 0.0 Go
    🍫 A collection of common regular expressions for Go
  • html-to-markdown

    7.0 6.4 Go
    ⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.
  • htmlquery

    6.9 2.2 Go
    htmlquery is golang XPath package for HTML query.
  • Dataflow kit

    6.9 0.0 Go
    Extract structured data from web sites. Web sites scraping.
  • mxj

    6.9 2.3 Go
    Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
  • go-runewidth

    6.8 2.6 Go
    wcwidth for golang
  • xpath

    6.8 3.2 Go
    XPath package for Golang, supports HTML, XML, JSON document query.
  • omniparser

    6.7 4.6 Go
    omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
  • gographviz

    6.6 1.4 Go
    Parses the Graphviz DOT language in golang
  • Koazee

    6.5 0.0 Go
    A StreamLike, Immutable, Lazy Loading and smart Golang Library to deal with slices.
  • go-pkg-rss

    6.4 0.0 Go
    This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.
  • gotext

    6.3 5.6 Go
    Go (Golang) GNU gettext utilities package
  • go-edlib

    6.2 1.8 Go
    📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
  • gotabulate

    5.8 0.0 Go
    Gotabulate - Easily pretty-print your tabular data with Go
  • go-nmea

    5.7 3.0 Go
    A NMEA parser library in pure Go
  • goribot

    5.5 6.1 Go
    A simple golang spider/scraping framework,build a spider in 3 lines.
  • goq

    5.4 0.0 Go
    A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library