11 Questions 8 Answers 0 Followers
Questions related from Vahideh Torabi
I did a classification project and now I need to calculate the weighted average precision, recall and f-measure, but I don't know their formulas. some files are two classes, some are three classes...
29 December 2017 3,900 2 View
I implemented a classification project with naive bayes, svm and multilayer perceptron. for naive bayes, I did that with python and used macro average precision and recall to calculate the...
09 December 2017 8,985 6 View
I have some text files that I divided them to train and test files. Each line of them contains a Persian sentence and then an English word which shows the sentence's class. Now I want to classify...
11 April 2017 7,617 32 View
I want to do word sense disambiguation with multi layer perceptron. The question is, is MLP a good and efficient method for wsd?
21 January 2017 6,715 5 View
I have some files containing a Persian sentence, a tab and then an English word in each line. The English words show the sentence class. some files have 2 classes, some 3 and some more. I...
16 January 2017 8,264 2 View
I have a file containing some lines. Each line contains a Persian sentence, a tab and then an English word which shows each sentence class. I have to extract 1000 most frequent words from the file...
14 January 2017 3,791 4 View
I have a file containing a Persian sentence, a tab and then an English word. I have to delete stop words and punctuation in the file. I wrote the code in python 3, but because in some words the...
01 January 2017 5,631 1 View
I want to delete stop words in a file. The file contains a Persian sentence, a tab and then an English word in each line. The stop words are in a separate file. The code (python 3) I wrote works...
31 December 2016 2,282 4 View
I have a list of Persian words and a file which contains a sentence, a tab and then an English word in each line. I want to check if each word in each line of the file, exist in the list, the code...
30 December 2016 4,610 1 View
I want to do text classification with weka, the SMO algorithm. I have a train and a test file (Persian language). first I load the train file and choose "string to word vector" in preprocess. And...
28 December 2016 6,271 16 View
I have to do text classification with weka (SVM (SMO) algorithm)). Actually, it's a word sense disambiguation project. the files I prepared, contain some sentences (Persian language) and an...
27 December 2016 5,879 1 View