_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-quicksectx 0.4.1
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/jianlins/quicksectx
Licenses: Expat
Build system: pyproject
Synopsis: Simple and fast interval search in Python
Description:

Quicksectx is a simple, fast and no-dependency Python implementation of interval search, adapted from the bx-python project.

python-pyworld 0.3.5
Propagated dependencies: python-numpy@2.3.1
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder
Licenses: Expat
Build system: pyproject
Synopsis: Python wrapper for the WORLD vocoder
Description:

WORLD Vocoder is a fast and high-quality vocoder which parameterizes speech into three components:

  • f0: Pitch contour

  • sp: Harmonic spectral envelope

  • ap: Aperiodic spectral envelope

It can also (re)synthesize speech using these features.

python-seqeval 1.2.2
Propagated dependencies: python-numpy@2.3.1 python-scikit-learn@1.7.2
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/chakki-works/seqeval
Licenses: Expat
Build system: pyproject
Synopsis: Testing framework for sequence labeling
Description:

seqeval is a Python framework for sequence labeling evaluation. seqeval can evaluate the performance of chunking tasks such as named-entity recognition, part-of-speech tagging, semantic role labeling and so on.

python-flashtext 2.7-0.f492744
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/vi3k6i5/flashtext
Licenses: Expat
Build system: pyproject
Synopsis: Extract and replace keywords in sentences
Description:

This module can be used to extract or replace keywords in sentences, based on the FlashText algorithm.

python-spellwise 0.8.1
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/chinnichaitanya/spellwise
Licenses: Expat
Build system: pyproject
Synopsis: Fast fuzzy matcher & spelling checker in Python
Description:

Extremely fast spelling checker and suggester in Python.

The following algorithms are supported currently:

  • Edit-distance

  • Editex

  • Soundex

  • Caverphone 1.0 and 2.0

  • Typox

All the above algorithms use an underlying Trie-based dictionary for efficient storage and fast computation.

python-iamsystem 0.6.1
Propagated dependencies: python-anyascii@0.3.3 python-pysimstring@1.3.0 python-spellwise@0.8.1 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/scossin/iamsystem_python
Licenses: Expat
Build system: pyproject
Synopsis: Fast dictionary-based approach for semantic annotation
Description:

This package provides a Python implementation of IAMsystem algorithm, a fast dictionary-based approach for semantic annotation, a.k.a entity linking.

python-pyrush 1.0.8
Propagated dependencies: python-pyfastner@1.0.9 python-spacy@3.8.14
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/jianlins/PyRuSH
Licenses: Expat
Build system: pyproject
Synopsis: Rule-based sentence Segmenter using Hashing in Python
Description:

PyRuSH is the python implementation of RuSH, which is originally developed using Java. RuSH is an efficient, reliable, and easy adaptable rule-based sentence segmentation solution. It is specifically designed to handle the telegraphic written text in clinical note. It leverages a nested hash table to execute simultaneous rule processing, which reduces the impact of the rule-base growth on execution time and eliminates the effect of rule order on accuracy.

python-pysimstring 1.3.0
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/percevalw/pysimstring
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for simstring
Description:

This package provides Python bindings for the simstring text similarity matching library.

python-editdistance 0.8.1
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/roy-ht/editdistance
Licenses: Expat
Build system: pyproject
Synopsis: Fast implementation of the edit distance
Description:

This package provides a fast implementation of the Levenshtein distance with C++ and Cython.

python-eds-pseudo 0.4.0
Propagated dependencies: python-edsnlp@0.22.0 python-pytorch@2.10.0 python-sentencepiece@0.2.1 python-transformers@4.44.2
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://aphp.github.io/eds-pseudo/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Detect identifying entities in clinical reports
Description:

The EDS-Pseudo project aims at detecting identifying entities in clinical documents, and was primarily tested on clinical reports at AP-HP's clinical data warehouse. The model is built on top of edsnlp, and consists in a hybrid model (rule-based + deep learning) for which we provide rules (eds-pseudo/pipes) and a training recipe. We also provide some fictitious templates and a script to generate a synthetic dataset.

python-morfessor 2.0.6
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: http://morpho.aalto.fi
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python Implementation and Extensions for Morfessor Baseline
Description:

This package provides tools for unsupervised and semi-supervised morphological segmentation.

python-gensim 4.4.0
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3 python-smart-open@7.3.0
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://radimrehurek.com/gensim/
Licenses: LGPL 2.1
Build system: pyproject
Synopsis: Topic Modelling in Python
Description:

Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora. Target audience is the NLP and IR communities.

python-pyfastner 1.0.9
Propagated dependencies: python-quicksectx@0.4.1
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/jianlins/PyFastNER
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python implementation of FastNER
Description:

PyFastNER is the Python implementation of FastNER. It uses hash function to process multiple rules at the same time. Similar to FastNER, PyFastNER supports token-based rules and character-based rules.

otfftw 0.19
Dependencies: fftw@3.3.10
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://github.com/openturns/otfftw
Licenses: GPL 3
Build system: cmake
Synopsis: FFT module for OpenTURNS
Description:

This package provides a module for OpenTURNS for fast Fourier transform computation.

otmixmod 0.21
Dependencies: mixmod@2.1.11
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otmixmod/master/
Licenses: GPL 3
Build system: cmake
Synopsis: Robust optimization module for OpenTURNS
Description:

This package provides a module for OpenTURNS to formulate and solve robust optimization problems.

otsvm 0.18
Dependencies: libsvm@337
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otsvm/master/
Licenses: LGPL 3
Build system: cmake
Synopsis: Support vector machine for OpenTURNS
Description:

This package provides a module for OpenTURNS for support vector machine.

python-otpod 0.6.14
Propagated dependencies: openturns@1.27.3 python-decorator@5.2.1 python-matplotlib@3.10.8 python-scikit-learn@1.7.2 python-statsmodels@0.14.5
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otpod/master/
Licenses: LGPL 3
Build system: pyproject
Synopsis: Probability of detection for OpenTURNS
Description:

This package enables to build Probability of Detection (POD) curves from Non Destructive Test. The curves are built using parametric models: univariate linear regression, quantile regression, kriging and polynomial chaos. Analysis can be run in order to test the linear regression hypothesis.

PoD can be built from a set of data or directly from a given physical model that simulate the Non Destructive Test. In this case, the design of experiments is defined iteratively.

Sensitivity analysis can be also be performed. The aggregated Sobol indices are available as well as the perturbation law indices.

otagrum 0.15-0.ed3a93c
Dependencies: agrum@3.0.0
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://github.com/openturns/otfftw
Licenses: LGPL 3
Build system: cmake
Synopsis: aGrUM integration module for OpenTURNS
Description:

This package provides a module for OpenTURNS for integrating with aGrUM.

otrobopt 0.18
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otrobopt/master/
Licenses: LGPL 3
Build system: cmake
Synopsis: Robust optimization module for OpenTURNS
Description:

This package provides a module for OpenTURNS to formulate and solve robust optimization problems.

otmorris 0.20
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otmorris/master/
Licenses: LGPL 3
Build system: cmake
Synopsis: Morris sensitivity method for OpenTURNS
Description:

This package provides a module for OpenTURNS for the Morris sensitivity method.

otmeshing 0.2-0.b8f494a
Dependencies: boost@1.89.0 cddlib@0.94m cgal@6.1.1 coacd@1.0.11 gmp@6.3.0 mpfr@4.2.2 onetbb@2022.3.0 qhull@2020.2
Propagated dependencies: openturns@1.27.3
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otmeshing/master/
Licenses: GPL 3
Build system: cmake
Synopsis: Meshing algorithms for OpenTURNS
Description:

This package provides a module for OpenTURNS with meshing algorithms.

openturns 1.27.3
Dependencies: bonmin@1.8.9 boost@1.89.0 cbc@2.10.5 ceres-solver@2.0.0 cminpack@1.3.11 dlib@20.0 hdf5@1.14.6 highs@1.14.0 ipopt@3.13.4 libxml2@2.14.6 mpc@1.3.1 mpfr@4.2.2 muparser@2.3.5 nlopt@2.10.0 onetbb@2022.3.0 openblas@0.3.31 pagmo@2.19.1 primesieve@12.10
Propagated dependencies: python-dill@0.4.0 python-psutil@7.2.2
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/
Licenses: LGPL 3
Build system: cmake
Synopsis: Uncertainty treatment library
Description:

OpenTURNS is a scientific C++ and Python library including an internal data model and algorithms dedicated to the treatment of uncertainties. The main goal of this library is giving to specific applications all the functionalities needed to treat uncertainties in studies.

python-otfmi 0.18.2
Propagated dependencies: openturns@1.27.3 python-dill@0.4.0 python-jinja2@3.1.2 python-numpy@2.3.1 python-pyfmi@2.21.0 python-pythonfmu@0.7.0
Channel: guix-science
Location: guix-science/packages/openturns.scm (guix-science packages openturns)
Home page: https://openturns.github.io/otfmi/master/
Licenses: LGPL 3
Build system: pyproject
Synopsis: Simulate FMUs from OpenTURNS
Description:

This package provides a bridge between OpenTURNS and FMUs, based on PyFMI.

Page: 12021222324102
Total packages: 2448