cynthia / sse

Simple tool to allow an annotator to look at a source sentence and pick the most similar sentence out of a set of sentences.

Home Page:https://aclanthology.org/2022.lrec-1.722/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Similarity Evaluator (SSE)

Simple tool to allow an annotator to look at a source sentence and pick the most similar sentence out of a set of sentences.

This was written as a quick tool for a particular type of annotation for a machine translation paper and isn't expected to be ever made into something general purpose. If you host this on a server facing the internet and you end up getting your server compromised as a result, you shouldn't be surprised.

The name is intentionally confusing so that as few people use it as possible. This is not a well-written piece of software.

Preview

Screenshot in action

Requirements

  • Python 3.8+
  • pip install -r requirements.txt

Running

flask run --host=0.0.0.0

Disclaimer

This is not an official Google product.

About

Simple tool to allow an annotator to look at a source sentence and pick the most similar sentence out of a set of sentences.

https://aclanthology.org/2022.lrec-1.722/

License:Apache License 2.0


Languages

Language:Python 57.4%Language:HTML 26.8%Language:JavaScript 12.3%Language:CSS 3.5%