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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jiesutd avatar

jiesutd/PyTorchSeqLabel

0
View on GitHub↗
1,900 stars·438 forks·Python·Apache-2.0·2 views

PyTorchSeqLabel

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.

Features

  • General NLP - Listed in the “General NLP” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for jiesutd/pytorchseqlabelStar history chart for jiesutd/pytorchseqlabel

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

Open-source alternatives to PyTorchSeqLabel

Similar open-source projects, ranked by how many features they share with PyTorchSeqLabel.
  • explorerfreda/structured-self-attentive-sentence-embeddingExplorerFreda avatar

    ExplorerFreda/Structured-Self-Attentive-Sentence-Embedding

    432View on GitHub↗

    An open-source implementation of the paper ``A Structured Self-Attentive Sentence Embedding'' (Lin et al., ICLR 2017).

    Python
    View on GitHub↗432
  • facebookresearch/musefacebookresearch avatar

    facebookresearch/MUSE

    3,245View on GitHub↗

    A library for Multilingual Unsupervised or Supervised word Embeddings

    Python
    View on GitHub↗3,245
  • facebookresearch/xlmfacebookresearch avatar

    facebookresearch/XLM

    2,930View on GitHub↗

    PyTorch original implementation of Cross-lingual Language Model Pretraining.

    Python
    View on GitHub↗2,930
  • eladhoffer/seq2seq.pytorchE

    eladhoffer/seq2seq.pytorch

    0View on GitHub↗
    View on GitHub↗0
See all 15 alternatives to PyTorchSeqLabel→

Frequently asked questions

What does jiesutd/pytorchseqlabel do?

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.

What are the main features of jiesutd/pytorchseqlabel?

The main features of jiesutd/pytorchseqlabel are: General NLP.

What are some open-source alternatives to jiesutd/pytorchseqlabel?

Open-source alternatives to jiesutd/pytorchseqlabel include: explorerfreda/structured-self-attentive-sentence-embedding — An open-source implementation of the paper ``A Structured Self-Attentive Sentence Embedding'' (Lin et al., ICLR 2017). facebookresearch/muse — A library for Multilingual Unsupervised or Supervised word Embeddings. facebookresearch/xlm — PyTorch original implementation of Cross-lingual Language Model Pretraining. fartashf/vsepp — PyTorch Code for the paper "VSE++: Improving Visual-Semantic Embeddings with Hard Negatives". freewym/espresso. eladhoffer/seq2seq.pytorch.