awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eBay avatar

eBay/tsv-utils

0
View on GitHub↗
1,479 stars·83 forks·D·BSL-1.0·5 viewsebay.github.io/tsv-utils↗

Tsv Utils

This is a set of command line utilities for manipulating large tabular data files. Files of numeric and text data commonly found in machine learning and data mining environments. Filtering, sampling, statistics, joins, and more.

Features

  • CSV and Tabular Data - High-performance filtering and statistics for TSV files.
  • Text Processing - High-performance tools for TSV file operations.

Star history

Star history chart for ebay/tsv-utilsStar history chart for ebay/tsv-utils

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does ebay/tsv-utils do?

This is a set of command line utilities for manipulating large tabular data files. Files of numeric and text data commonly found in machine learning and data mining environments. Filtering, sampling, statistics, joins, and more.

What are the main features of ebay/tsv-utils?

The main features of ebay/tsv-utils are: CSV and Tabular Data, Text Processing.

What are some open-source alternatives to ebay/tsv-utils?

Open-source alternatives to ebay/tsv-utils include: google/re2 — re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex… lancopku/pkuseg-python — pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized… azaitsev/millify. carpedm20/emoji — emoji terminal output for Python. chardet/chardet — Python character encoding detector. burntsushi/xsv — xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and…

Open-source alternatives to Tsv Utils

Similar open-source projects, ranked by how many features they share with Tsv Utils.
  • google/re2google avatar

    google/re2

    9,699View on GitHub↗

    re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex engine that provides linear-time pattern matching, ensuring that execution time remains proportional to the size of the input string regardless of the pattern used. The library supports UTF-8 and Latin-1 text encodings for searching and extracting substrings. It includes capabilities for multi-pattern optimization, allowing multiple regular expressions to be combined into a single representation to scan text for several patterns in one pass. The project covers core regex oper

    C++
    View on GitHub↗9,699
  • lancopku/pkuseg-pythonlancopku avatar

    lancopku/pkuseg-python

    6,707View on GitHub↗

    pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized models for splitting Chinese text into words across various domains, including news, medical, and web content, and includes a tool for assigning grammatical parts of speech tags to segmented words. The library allows for the training of custom segmentation models using annotated datasets and supports the integration of user-defined dictionaries to ensure specialized terminology is recognized correctly. It employs a multi-threaded execution engine to process large volumes of Ch

    Python
    View on GitHub↗6,707
  • azaitsev/millifyA

    azaitsev/millify

    0View on GitHub↗
    View on GitHub↗0
  • burntsushi/xsvBurntSushi avatar

    BurntSushi/xsv

    10,750View on GitHub↗

    xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and statistical processing of large delimited datasets. It provides a toolkit for processing comma-separated value files through a command line interface. The project provides capabilities for statistical analysis, including the computation of column statistics, value frequencies, and descriptive metrics. It also includes data manipulation utilities for joining, slicing, sampling, and reformatting records. The toolkit covers a broad range of data operations including column selection, da

    Rust
    View on GitHub↗10,750
See all 30 alternatives to Tsv Utils→