Skip to content

Releases: EslamTarekFarouk/ArabicTagger

v0.1.1

02 Oct 12:25
e1952f8

Choose a tag to compare

first non-pre-released version

fix padding tags don't get masked by encoder

30 Sep 23:23
64f4666

Choose a tag to compare

Padding tags don't get masked by the transformer, to fix this problem I edited the embedding function to give padding tags zero embeddings.

v0.1.1b3

30 Sep 22:28
0162638

Choose a tag to compare

A new Layer Encoder-Transformer was built to solve tagging problems.

fix some bugs in the previous release

16 Sep 21:36
9f50df3

Choose a tag to compare

Update setup.py

edit the version of the new release

new beta version that adds another module Textmatcher

16 Sep 21:17
0ba54a1

Choose a tag to compare

New beta version b2 adds a new module TextMatcher designed to address a common problem in Arabic NLP called orthographic or spelling variation which is a challenge for information retrieval in Arabic. Many approaches exist to address this, and in the ArabicTagger package, I approached the problem with a learnable weighted similarity(cosine similarity). For more information see the GitHub readme

new version

15 Sep 09:44
02b8f9f

Choose a tag to compare

Update python-package.yml

change ubuntu version