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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eBay avatar

eBay/tsv-utils

0
View on GitHub↗
1,479 estrellas·83 forks·D·BSL-1.0·5 vistasebay.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.

Historial de estrellas

Gráfico del historial de estrellas de ebay/tsv-utilsGráfico del historial de estrellas de ebay/tsv-utils

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Tsv Utils

Proyectos open-source similares, clasificados según cuántas características comparten con Tsv Utils.
  • google/re2Avatar de google

    google/re2

    9,699Ver en 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++
    Ver en GitHub↗9,699
  • lancopku/pkuseg-pythonAvatar de lancopku

    lancopku/pkuseg-python

    6,707Ver en 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
    Ver en GitHub↗6,707
  • azaitsev/millifyA

    azaitsev/millify

    0Ver en GitHub↗
    Ver en GitHub↗0
  • burntsushi/xsvAvatar de BurntSushi

    BurntSushi/xsv

    10,750Ver en 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
    Ver en GitHub↗10,750
Ver las 30 alternativas a Tsv Utils→

Preguntas frecuentes

¿Qué hace ebay/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.

¿Cuáles son las características principales de ebay/tsv-utils?

Las características principales de ebay/tsv-utils son: CSV and Tabular Data, Text Processing.

¿Qué alternativas de código abierto existen para ebay/tsv-utils?

Las alternativas de código abierto para ebay/tsv-utils incluyen: 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…