n-gram
do searching in a very big ARPA file in a very short time in java
I have an ARPA file which is almost 1 GB. I have to do searching in it in less than 1 minute. I have searched a lot, but I have not found the suitable answer yet. I think I do not have to read the who[详细]
2023-02-13 09:26 分类:问答ElasticSearch n-gram tokenfilter not finding partial words
I have been playing around with ElasticSearch for a new project of mine. I have set the default analyzers to use the ngram tokenfilter. This is my elasticsearch.yml file:[详细]
2023-02-11 03:34 分类:问答Using Markov models to convert all-caps to mixed-case and related problems
I\'ve been thinking about using Markov techniques to restore missing information to natural language text.[详细]
2023-01-31 08:01 分类:问答Close to serial textfile reading performance in MySQL
I am trying to perform some n-gram counting in python and I thought I could use MySQL (MySQLdb module) for organizing my text data.[详细]
2023-01-30 03:23 分类:问答n-gram sentence similarity with cosine similarity measurement
I have been working on a project about sentence similarity. I know it has been asked many times in SO, but I just want to know if my problem can be accomplished by the method I use by the way that I a[详细]
2023-01-22 02:28 分类:问答C# algorithm for N-gram
I am intending to use the n-gram code from this article. The algorithm produces these tri-gram开发者_StackOverflow results:[详细]
2023-01-18 09:00 分类:问答Extracting n-grams as words from strings in Perl
Is there a module or Perl 开发者_运维百科code that extract n-grams of words from a string besides Text::Ngrams?Yes, there seem to be several.[详细]
2023-01-14 23:31 分类:问答N-gram split function for string similarity comparison
As part of excersise to better understand F# which I am currently learning , I wrote function to split given string into n-grams.[详细]
2022-12-31 07:49 分类:问答"Anagram solver" based on statistics rather than a dictionary/table?
My problem is conceptually similar to solving anagrams, except I can\'t just use a dictionary lookup. I am trying to find plausible words rather than r开发者_JS百科eal words.[详细]
2022-12-27 15:49 分类:问答Can Drupal's search module search for a substring? (Partial Search)
Drupal\'s core search module, only searches for keywords, e.g. \"sandwich\". Can I make it search with a substring e.g. \"sandw\" and return my sandwich-开发者_C百科results?[详细]
2022-12-27 08:08 分类:问答