Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
61
23.7k
<s>Proceedings of the...S Bandyopadhyay, D S Sharma and R Sangal. Proc. of the 14th Intl. Conference on Natural Language Processing, pages 427–434,Kolkata, India. December 2017. c©2016 NLP Association of India (NLPAI)Study on Visual Word Recognition in Bangla across Different ReaderGroupsManjira SinhaConduent Labs Indi...
<s>subjectto complete each task after the visual presentationof the target is defined as the response time (RT).An analysis of the reaction times of the subjects427reveals the actual processing of words in brain.The early works in word recognition involves twodistinct models: the activation model or the lo-gogen model ...
<s>The Socio-EconomicClassification (SEC) has been performed accord-ing to the guidelines by the Market Research Soci-ety of India (MRSI) 2. MRSI has defined 12 socio-economic strata: A1 to E3 in the decreasing or-der. The containment of the socio-economic rangewas necessary as it directly affects education, lit-eracy ...
<s>(Balota et al., 2007). The meanz-score over all users for a word has been com-puted. Negative z-scores indicate shorter responselatencies. Paired t-test has been performed be-tween results of the two user groups and p < 0.05has been found signifying the difference betweenreading characteristics of the two user group...
<s>amongwords based on orthographic strokes has beentreated separately. At each level of orthographicinformation, the neighbors have been categorizedinto three groups based on their distance from thegiven word.•Number of syllables: The syllabification ofthe Bangla words has been performed using aBangla Grapheme to Phon...
<s>such as Na-jatathI has been accurately classified as invalid.This indicates that the cognitive processes of read-ing are sensitive to the probability of what aksharpattern can occur in a valid Bangla word.7 ConclusionIn this paper, we have presented a study on thecomprehension difficulty of visual word recog-nition ...
<s>Sobha L Girish Nath Jha, Kalika Bali,editor, Workshop on Indian Language and Data:Resources and Evaluation, LREC, pages 131–138,May.M. Sinha, S. Sharma, T. Dasgupta, and Basu A. 2012b.New readability measures for bangla and hindi texts.Communicated in the 24th International Conferenceon Computational Linguistics,201...
<s>FULL TITLE HERE IN ALL CAPS IN A FORMATA SYSTEM FOR CHECKING SPELLING, SEARCHING NAME & PROVIDING SUGGESTIONS IN BANGLA WORD MD HAIBUR RAHMAN Student Id: 012102013 A Thesis The Department Computer Science and Engineering Presented in Partial Fulfillment of the Requirements For the Degree of Master of Science in Comp...
<s>10 CONCLUSION ........................................................................................................... 34 References.................................................................................................................... 36 LIST OF TABLES Table 1: Soundex encoding table ..................
<s>considered during encoding. The Soundex codes are shown in Table 1: Soundex encoding table. The Soundex algorithm transforms all but the first letter of each string into the code, then truncates the result to be at most four characters long. Zeros are added at the end if necessary to produce a four-character code. F...
<s>vowel follows H otherwise J -> J K -> silent if after "c" K otherwise L -> L M -> M N -> N P -> F if before "h" P otherwise Q -> K R -> R S -> X (sh) if before "h" or in -sio- or -sia- S otherwise T -> X (sh) if -tia- or -tio- 0 (th) if before "h" silent if in -tch- T otherwise V -> F W -> silent if not followed by ...
<s>B ফ 2476 bh ব 2477 m ভ 2478 Z ম 2479 R য 2480 L র 2482 sh ঱ 2486 S ল 2487 s ঳ 2489 a া 2494 i িা 2495 I া 2496 u া 2497 U া 2498 e ো 2503 OI ৈা 2504 O 2507 OU ো 2508 hs া 2509 TH ৎ 2510 R ড় 2524 Rh ঢ় 2525 Y ৞ 2527 o া 2433 ng া 2434 3.3 Existing Phonetic Encoding for Bangla Eighty years old technique of phonetic e...
<s>(char)2465: engText.Append("D");/*engText.Append("Do");*/break; //'ড' case (char)2466: engText.Append("Dh");/*engText.Append("DH");*/break; //'ঢ' case (char)2467: engText.Append("N");/*engText.Append("No");*/break; //'ণ' case (char)2468: engText.Append("t");/*engText.Append("to");*/break; //'ত' case (char)2469: engT...
<s>Substitution error: mistyping the as ther  Deletion error: mistyping the as th  Insertion error: mistyping the as thw  Transposition error: mistyping the as hte These are the type of typographical errors, which occurred due to typing mistakes, negligence, and lack of concentrations or other reasons. But if comput...
<s>Algorithm at this stage will be implemented this words in Soundex Algorithm. The number of words will be reduced after the implementation of Soundex Algorithm. That means, the words which have less Edit Distance will be brought using Soundex Algorithm. Later on, the words found using Soundex Algorithm will be used i...
<s>builder.AppendFormat("Matches found ({0}):\r\n", matches.Count); foreach (string match in matches) builder.AppendFormat("{0}\r\n", match); else builder.Append("No matches found"); rtb.Text = builder.ToString(); #endregion The transformation or rules described in Table 6: Proposed Name searching for Bangla that deriv...
<s>(char)2478: engText.Append("m");/*engText.Append("mo");*/break; //'ভ' case (char)2479: engText.Append("z"); break; //'ম' case (char)2480: engText.Append("r");/*engText.Append("ro");*/break; //'য' case (char)2482: engText.Append("L");/*engText.Append("Lo");*/break; //'র' case (char)2486: engText.Append("sh");/*engTex...
<s>//case (char)2509: /*engText.Append("OU");*/break; //hosonta return engText.ToString(); #endregion #region Private Method private void ShowOutput(List<string> matches, string code, bool isShowMessageBox , System.Windows.Forms.RichTextBox rtb) if(isShowMessageBox) StringBuilder builder = new StringBuilder(); builder....
<s>= txtNames.Text.Split(new char[] { '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries); // List to hold matches List<string> matches = new List<string>(); // Call search method for the selected algorithm string code; if (cboAlgorithm.Text == "Soundex") code = SearchSoundex(txtFind.Text, names, matches); else // Met...
<s>it will show suggestion for same type of words. This is how the system will be more effective in future. REFERENCES i. https://people.cs.pitt.edu/~kirk/cs1501/Pruhs/Spring2006/assignments/editdistance/Levenshtein%20Distance.htm ii. http://creativyst.com/Doc/Articles/SoundEx1/SoundEx1.htm iii. https://www.codeproject...
<s>A Hybrid Approach for Transliterated Word-Level LanguageIdentification: CRF with Post Processing HeuristicsSomnath BanerjeeCSE Department,JU,Indias.banerjee1980@gmail.comAniruddha RoyCSE Department,JU,Indiaaniruddha@gmail.comAlapan KuilaCSE Department,JU,Indiaalapan.cse@gmail.comSudip Kumar NaskarCSE Department,JU,I...
<s>Names of peo-ple and places in IL should be considered as transliteratedentries, whenever it is a native name. Thus, the systemhas to transliterate the identified native names (e.g. Arund-hati Roy). Non-native names (e.g. Ruskin Bond) should beskipped during labeling and are not evaluated.3. DATASETS AND RESOURCESTh...
<s>consider examplesgiven below.• Mama take this badge off of me.• Ami take boli je ami bansdronir kichu agei thaki.The word ‘take’ exists in the English vocabulary. How-ever, the backward transliteration of ‘take’ is a valid Banglaword. Words like ‘take’, ‘are’, ‘pore’, ‘bad’ are truly ambigu-ous words with respect to...
<s>observed that unlike English words (e.g.evening, kissing, playing, etc.) no Bangla words end with‘ing’ suffix in the training corpus. We found 316 such oc-currences in testset, but some occurrences are not tagged asEnglish because those words start with ‘#’ (e.g. #engineer-ing). This rule was able to correct some sp...
<s>tagged as Others.R11: H-Tag(w) = O ; if C-Tag(w) = B or E or H, andcontains(w) = www.|http:|https::5. TRANSLITERATION SYSTEMFor transliterating the detected Romanized Bangla words,we built our transliteration system based on the state-of-the-art phrase-based statistical machine translation (PB-SMT)model [13] using t...
<s>performed well for NEs, but the overallperformance was affected because majority of the detectedBangla words were non-NE words.7. CONCLUSIONSIn this paper, we presented a brief overview of our hybridapproach to address the automatic WLL identification prob-lem. We found that the use of simple post-processing heuris-...
<s>J Psycholinguist ResDOI 10.1007/s10936-014-9302-xComputational Modeling of Morphological Effectsin Bangla Visual Word RecognitionTirthankar Dasgupta · Manjira Sinha · Anupam Basu© Springer Science+Business Media New York 2014Abstract In this paper we aim to model the organization and processing of Bangla poly-morphe...
<s>its individual morphemes “un-”,“prevent”, and “-able” and finally recognized by the representation of its stem (morphemicmodel). It has been argued that people certainly have the capability of such decompositionsince they can understand novel words like “unsupportable”. However, there has been a longstanding debate ...
<s>to exist in the absence of semantic priming for Hebrew (Frost etal. 1997), phonological priming (Crepaldi et al. 2010), and orthographic priming for French(Grainger et al. 1991) and Dutch (Drews and Zwitserlood 1995).A cross modal priming experiment has been conducted for Bangla derivationally suf-fixes words by Das...
<s>animportant role during decomposition of a derived word. Further, it argued that access to apolymorphemic word always takes place via two phases, a) decomposition and b) recom-bination. Therefore, during recognition, any polymorphemic word will be first decomposed123J Psycholinguist Resinto its constituent morphemes...
<s>having a recognizablesuffix (like, sonAli–sonA (GOLDEN–GOLD), and bayaska–bayasa (AGED–AGE). Weakpriming is observed for cases where the prime is a derived form of the target but do not havea recognizable suffix (like, sabhAba (HABIT)–sbAbhAbika (NATURAL))or when the primeand the target are not morphologically relat...
<s>significant part of oneword is fully or partly contained in the other word. Orthographically transparent words mayor may not be morphologically or semantically related to each other. For example, maShA(mosquito) and maShAla (flame) are orthographically transparent but morphologically notwhereas, our previous example...
<s>kill)–hi.nsA (violence, i.e., desire to kill).For each of the 500 target words, we selected another set of 500 control words. Thesecontrol words are similar to the prime words in terms of word length, and number of syllables.However, they are neither morphologically related nor orthographically transparent to thetar...
<s>five different phases. The experimentalprocedure for both the phases is same except that the prime and control words are different.The duration of each phase is about 25 min. Since a continuous session of 25 min require alot of attention and is tiring for the subjects, we further divided each phase of the experiment...
<s>Psycholinguist ResTable 3 Average RT for the word classes, the F-Score and p valuesClass Avg. RT (in ms) and error rates (in %) ANOVAPrime Error Control Error Diff F-score p value[M+S+O+] 523 2.40 589 1.20 66 F1(1, 23) = 18.21 p < 0.001F2(1, 96) = 21.13 p < 0.030[M+S+O−] 653 2.00 660 1.60 7 F1(1, 23) = 10.04 p = 0.0...
<s>in the targetd) Incorrect spelling of the target (e.g., sharira instead of sharIra)Frequency effects on recognition time are well studied (Forster and Davis 1984; Taft 2004)and explain observation (a). It is quite well known that visual word recognition time andaccuracy depends on several factors such as, font size,...
<s>subject. An illustration of some typical Bangla words and their average RT is depictedin Table 5. We found that, for most of the cases the RT of those words that exhibits a morecommon form of representation is significantly lower than the words having an uncommonrepresentation F1(1, 20) = 11.4, p < 0.05; F2(1, 80) =...
<s>the processing stage of thatword. For this, we apply the existing frequency based models to the Bangla polymorphemicwords and try to evaluate their performance by comparing their predicted results with theresult obtained through the priming experiment.Applying Frequency Models to Bangla Polymorphemic WordsModel-1: B...
<s>base word frequency (ranges between 1 and 7 out of4 million) but the priming experiment shows high degree of morphological decomposition.Similarly, for the On the other hand, for about 11 % of the word the model fails to explain whyaround 26 % (like, ekShatama, juYADi and rAjakiYa) words having extremely low base wo...
<s>of the frequency of the prime.However, the prediction of the model was not validated when the prime as well as thetarget words are both having high frequency. On the other hand, Model-2 predicts that prim-ing/decomposition will take place if the prime is of low frequency. However, the model wasnot validated from the...
<s>frequency stem and suffixes. This led us to further modify the existing model to study therole of individual suffixes during the morphological decomposition of Bangla polymorphemicwords.Exploring the Role of Suffixes in Processing of Bangla WordsOne of the key issues that have not been addressed in Model-3 is the fa...
<s>number of times a suffix is attachedwith a word. In this model the type token frequency ratio of individual suffixes was taken intoaccount to study the decomposition of Bangla polymorphemic words. As suggested earlier,lesser is the token frequency of a suffix greater is its chances in getting parsed in a wordattache...
<s>(Cloudy–Cloud) 0.02 0 0 1Alokita- Alo (Lightning–Light) 0.02 0 0 1rAShTrIYa- rAShTra (National–Nation) 2.05 1 0 0nAchunI- nAcha (Dancer–Dance) 0.05 0 0 0Priming type = 1 implies significant degree of priming is observed for the word pairs, and priming type = 0implies no priming or less priming is observed. For Model...
<s>y (Si ) = P (W |Si ∩ f requency (w) = 1) = Hcount (S)= Number of happex wi th that su f f i xNumber of token containing the su f f i x(N )Where, Hcount is the number of hapaxes with the given affix S and NS is the number of tokenscontaining the suffix (N). Hapaxes are those words which occur exactly once in the corp...
<s>“-panA” are highly productive(ranges between 0.6 and 0.9) as compared to the suffixes “-A”, “-Ani”, “-tama”, and “-I”.Therefore, words having productive suffixes will be more prone to decomposition than theless productive ones. We validate our model with the same 500 words that has been used tovalidate the previous ...
<s>which the model fails tojustify. Thus, a more rigorous set of experiments and data analyses are required to predictaccess mechanisms of such Bangla polymorphemic words.General Discussion and ConclusionIn this paper we attempted to model the representation and processing of Bangla morpho-logically complex words. Our ...
<s>Society.Baayen, H. (2000). On frequency, transparency and productivity. In Booij, G., van Marle, J. (eds.) Yearbookof morphology, pp. 181–208.Baayen, R., Dijkstra, T., & Schreuder, R. (1997). Singulars and plurals in dutch: Evidence for a paralleldual-route model. Journal of Memory and Language, 37(1), 94–117.Baayen...
<s>masked-priming investigation of morphological representation. Journal of Experimental Psychology: Learning,Memory, and Cognition, 23(4), 829.Grainger, J., Colé, P., & Segui, J. (1991). Masked morphological priming in visual word recognition. Journalof Memory and Language, 30(3), 370–384.Hay, J. & Baayen, H.( 2001). ...
<s>Paper Title (use style: paper title)Bengali Word Embeddings and It's Application inSolving Document Classification ProblemAdnan AhmadResearcher, Search Engine PipilikaDepartment of Computer Science and EngineeringShahjalal University of Science and TechnologySylhet, Bangladesh.adnan.ahmad@student.sust.eduMohammad Ru...
<s>[8]. Finally, We use the cluster information of Bengaliword embeddings as features to solve the problem of Bengalinews document classification by using the machine learningalgorithm, support vector machine (SVM) [9]. Our modelachieve the accuracy of ~91% which justifies that the modelcan be be used successfully in s...
<s>[19], Neural Network [20], K-NearestNeighbour [21], Decision Tree [22], Naïve Bays [23], SupportVector Machine [24], and N-grams [25] etc. Previous workson document classification for Bengali are mainly based on N-gram [26], Naïve Bays [27], Stochastic Gradient Descentbased classifier [28]. The features of word clus...
<s>Machine (SVM) as Document classifier For Document classification task, we use Support VectorMachine (SVM) classification algorithm. SVM is a popularsupervised learning algorithm for classification task and manyresearcher attempted to perform document classification taskusing it [30]. Given a set of training document...
<s>and K-means3. We create severalexperiments for the different embeddings size and number ofclusters, using K={100, 200, 300, 400, 500, 600}. For eachdocument, we use the number of words in a particular clusteras features to perform SVM classification. We use Scikit-learnlibSVM4, a popular python implementation of SVM...
<s>0.92 0.84 654avg / total 0.91 0.90 0.91 4713We evaluate our approach with the TREC evaluationtechnique to produce Precision-Recall graph [35]. In Figure6, we show the Precision Recall graph for the experimentmentioned above.Fig. 6. Overall Precision-Recall curve of Document Classification (D = 100,K = 600)In Figure ...
<s>model." Electrical Engineering and Information &Communication Technology (ICEEICT), 2014 International Conference on.IEEE, 2014.[7] Maaten, Laurens van der, and Geoffrey Hinton. "Visualizing data usingt-SNE." Journal of Machine Learning Research 9.Nov (2008): 2579-2605.[8] Jain, Anil K. "Data clustering: 50 years be...
<s>10: 21 (2014) 9301–9308[30] Tong, Simon, and Daphne Koller. "Support vector machine activelearning with applications to text classification." Journal of machine learningresearch 2.Nov (2001): 45-66.[31] Lindén, Krister, and Jussi Olavi Piitulainen. "Discovering synonyms andother related words." Proceedings of COLING...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
4