prose VS gonum

Compare prose vs gonum and see what are their differences.

prose

:book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction. (by jdkato)

gonum

Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more (by gonum)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
prose gonum
1 24
2,924 7,272
- 0.6%
1.9 8.3
almost 2 years ago 4 days ago
Go Go
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

prose

Posts with mentions or reviews of prose. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-27.
  • Go+: Go designed for data science
    5 projects | news.ycombinator.com | 27 Mar 2021
    Apart from Gonum[1] numerical libraries, I haven't found specific data science related Go libraries in my search for it for some hobby projects when compared to Python ecosystem.

    Interestingly Prose[2] A Go library for text processing yielded better results for named-entity extraction when compared to NLTK in my tests in terms of accuracy and obviously performance.

    Perhaps Go is not being applied enough in the Data Science/ML and for fields where it's applied (Network) Math in the standard library seems to be sufficient.

    [1] https://github.com/gonum/gonum

    [2] https://github.com/jdkato/prose

gonum

Posts with mentions or reviews of gonum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-13.

What are some alternatives?

When comparing prose and gonum you can also consider the following projects:

gse - Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.

dataframe-go - DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration

go-i18n - Translate your Go program into multiple languages.

gosl - Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

textcat - A Go package for n-gram based text categorization, with support for utf-8 and raw text

Stats - A well tested and comprehensive Golang statistics library package with no dependencies.

porter2 - High Performance Porter2 Stemmer

gonum/plot - A repository for plotting and visualizing data

gojieba - "结巴"中文分词的Golang版本

PiHex - PiHex Library, written in Go, generates a hexadecimal number sequence in the number Pi in the range from 0 to 10,000,000.

go-mystem - CGo bindings to Yandex.Mystem

goraph - Package goraph implements graph data structure and algorithms.