Amr Keleg

Results 18 issues of Amr Keleg

I have an svm/svc classifier trained using sparse matrix as follows: ``` from sklearn_porter import Porter from sklearn import svm # load data and train the classifier: clf = svm.SVC(C=1.0,...

bug

Currently the command `hfst-union` can only work on a pair of FSTs. Would it be possible if the command can find the union of more than two FSTs at the...

It would be nice if a `-j` argument for `hfst-txt2fst` is added to the set of arguments such that all the FSTs in the file are disjuncted (similar to `hfst-strings2fst`.

I am building a fst using regexp and multiple composition operations. For the final fst, `hfst-lookup` can find paths yet `hfst-proc` can't find any valid path. The idea of the...

Hi all, I am new to the field of computer vision and I am wondering if you can suggest some programs/tools that can be used to generate masks for new...

Hello, I am wondering if you have publically shared `MARBERT-v2` as per the paper or not. Could you please advise if it can be found online or not? Thanks!

**Is your feature request related to a problem? Please describe.** As a newcomer to using LeoCAD, I still don't have perfect memorization of the parts' names and it is hard...

**Describe the dataset error** Hi, I was checking datasets on the great Masader site and found that two datasets are the exact duplicates, and unfortunately, the download link on the...

error

We need to implement a way to represent infinite weights. The current outcome is strange! ``` $ cat sample.att 0 1 a b 2 1 2 b c 1 1...

I am trying to add weights to the morphological analyser. So while I was checking last year's project (http://wiki.apertium.org/wiki/User:Techievena/GSoC_2018_Work_Product_Submission) I noticed that the output of the analyser isn't correct (according...