-
Hi,
I'm currently working on some annotation projects which should yield some custom training data for semantic similarity tasks. I started out using the well-known annotation scheme of assigning a…
-
There is already an example of a [simple imperative programming language](https://github.com/MUSTE-Project/MULLE/tree/develop/examples/grammars/programming), but there is no good exercise for it. Here…
-
[Rafael](https://tatoeba.org/eng/user/profile/rafanegrette) is requesting to have his sentences in Wayuu (guc) uploaded on Tatoeba (about 900 sentences)
He has sent me the file and I've uploaded it…
-
I'm working on NMT model which the input and the target sentences are from the same language (but the grammar differs). I'm planning to pre-train and use BERT since I'm working on small dataset and lo…
-
Hi again
I think you may get me wrongly,
I am seeking for a source code that is kind of funny thing and uses nlp,
I looked at your code but to be honest didnt get that completly,
It is gen…
-
The lower the better I assume, is it the error rate your tracking?
-
I have a list of (word, pos_tag) pairs and would like to lemmatize the word using textblob.lemmatize.
```
wds=[
[('This', ''), ('is', 'v'), ('the', ''), ('first', 'a'), ('sentences',…
-
Hi awesome-align team,
First, thanks for the great tool. It has really great potential.
I am following your Colab demo, and I tried to align English to Arabic.
Here are the 2 sentences:
src…
-
Hello,
Is it possible to fine-tune the model on a dataset containing only sentences without labels?
I would like to find similar sentences using sentence-transformer.
Thanks!
-
I want to explore whether UD guidelines should articulate a distinction between
- deprels that are *properly syntactic*, i.e. describe an utterance formed according to grammatical principles (typica…