MILES VS gector

Compare MILES vs gector and see what are their differences.

MILES

MILES is a multilingual text simplifier inspired by LSBert - A BERT-based lexical simplification approach proposed in 2018. Unlike LSBert, MILES uses the bert-base-multilingual-uncased model, as well as simple language-agnostic approaches to complex word identification (CWI) and candidate ranking. (by Kvasirs)

gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21) (by grammarly)
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
MILES gector
2 2
48 864
- 0.8%
0.0 0.0
about 3 years ago 9 months ago
Python Python
- Apache License 2.0
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.

MILES

Posts with mentions or reviews of MILES. We have used some of these posts to build our list of alternatives and similar projects.
  • MILES — A language-agnostic text simplifier using multilingual BERT
    1 project | /r/LanguageTechnology | 4 May 2021
    MILES is a multilingual text simplifier inspired by LSBert — A BERT-based lexical simplification approach proposed in 2018. Unlike LSBert, MILES uses the bert-base-multilingual-uncased model, as well as simple language-agnostic approaches to complex word identification (CWI) and candidate ranking. Although not all have been tested, MILES should support 22 languages: Arabic, Bulgarian, Catalan, Czech, Danish, Dutch, English, Finnish, French, German, Hungarian, Indonesian, Italian, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, and Ukrainian.
  • [P] Meeting MILES - My simple lexical text simplifier using Multilingual BERT
    1 project | /r/MachineLearning | 4 May 2021
    Recently, I started working on another simplifier called MILES. MILES is loosely inspired by LSBert — another lexical simplifier that uses the large BERT uncased model to find substitutions for complex words. MILES works in a very similar way, however, it instead makes use of the multilingual BERT model, as well as fully language-agnostic methods for complex word identification and substitution ranking. As a result, MILES can (in theory) support a multitude of different languages. The GitHub repository can be found here, and below I've included an example text simplified by MILES, as well as an overview of the framework.

gector

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

What are some alternatives?

When comparing MILES and gector you can also consider the following projects:

Gramformer - A framework for detecting, highlighting and correcting grammatical errors on natural language text. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration.

transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

spark-nlp - State of the Art Natural Language Processing

DeBERTa - The implementation of DeBERTa

happy-transformer - Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.

adaptnlp - An easy to use Natural Language Processing library and framework for predicting, training, fine-tuning, and serving up state-of-the-art NLP models.

bertviz - BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)

TEAM - Our EMNLP 2022 paper on MCQA