Questions tagged [analyzer]

For questions related to a person or device that analyses (or analyzes) given data

An analyser, also spelt analyzer, is a person or device that analyses given data. It examines in detail the structure of the given data and tries to find patterns and relationships between parts of the data. An analyser can be a piece of hardware or a software program running on a computer.

Information is taken from Wikipedia. The following article contains more information about the topic and links to other topics about commonly used analyzer types.

642 questions
0
votes
1 answer

iphone sdk - poker odds calculation

i'm playing with xcode to create a poker hand analizer. I've used the specialK hand evaluator. after included the evaluator in my project i've detached two threads ( with 125k cycles each ) to attempt to run monte carlo simulation in order to check…
Tiziano
  • 316
  • 1
  • 4
  • 17
0
votes
2 answers

How to remove numbers from TokenStream in Lucene?

I have written a custom analyzer that wraps a StandardAnalyzer with a Length. Now I want to filter out all terms that contain just numbers. What is the best way to implement this?
Rohit Banga
  • 18,458
  • 31
  • 113
  • 191
-1
votes
1 answer

Trying to search "a-test" using elasticsearch 7.4

I have a search functionality implemented and i am trying to search string that contains "." or "-" e.g a-test or a.test Can you please how to do it as my existing query is not helping…
-1
votes
1 answer

Why ElasticSearch is not able to search when special characters are available?

I have an ElasticSearch index with below configuration: { "my_ind": { "settings": { "index": { "mapping": { "total_fields": { "limit": "10000000" } }, "number_of_shards": "3", …
ketan
  • 2,732
  • 11
  • 34
  • 80
-1
votes
1 answer

Regular expression for inline comment compiler construction

I need a regular expression for inline comment in C for a compiler's lexical analyser. I tried this ScreenShot but it is of no use as it comments out the regular expression. Here is simplest code
Khurshid
  • 3
  • 4
-1
votes
1 answer

Work out Analyzer, Version, etc. from Lucene index files?

Just double-checking on this: I assume this is not possible and that if you want to keep such info somehow bundled up with the index files in your index directory you have to work out a way to do it yourself. Obviously you might be using different…
mike rodent
  • 14,126
  • 11
  • 103
  • 157
-1
votes
1 answer

How to use real kiss_fft for audio analyzer?

I'm attempting to implement kiss FFT real calculations. As I'm sure everyone is aware I'm not the first person asking about kiss FFT here, nor about kiss_fftr specifically. I am fairly new to FFT, but have gotten most of the basics down, and am now…
-1
votes
1 answer

java lexical analyzer (for mining java code which is able to analyze it semantically)

I want a lexical analyzer for java code. Should I write my own or should i use a pre-existing tool? Is it possible to make my lexical analyzer behave the same as the Java lexical analyzer, without writing my own Regular Expressions? For example if i…
Nishat
  • 881
  • 1
  • 17
  • 30
-2
votes
1 answer

Which algorithm use to analyze an image (to find dirty point) using C or C# language?

I have a small project that a program used to analyze an image to find out "Is it dirty or not". For detail, I use a camera (maybe mobile phone) to take a picture, and then I use program that I've talk above to determine where is the location that…
soultingo
  • 53
  • 4
-3
votes
0 answers

vscode is broken with unity

enter image description here Can someone explain it to me ? what is happening here there is no parameter in that method and the unity specific methods are also shown as unused by the analyzer i did not make any update and such and i did try…
-3
votes
1 answer

lexical analyzer does not detect the correct string

The lexical analyzer must accept a string with the same number of a and b. The program accepts any chain that has a and b. public static int i; /** * @param args the command line arguments */ public static void main(String[] args) { Scanner…
-4
votes
1 answer

'Type' does not contain a definition for 'Assembly' and no extension method 'Assembly' accepting first argument of type 'Type' could be found

I am getting this error : CS1061: 'Type' does not contain a definition for 'Assembly' and no extension method 'Assembly' accepting first argument of type 'Type' could be found. I am trying the solution mentioned in the link below:…
Anantha
  • 1
  • 6
1 2 3
42
43