Tagged Questions
The analyzer tag has no wiki summary.
13
votes
5answers
4k views
Is there a log file analyzer for log4j files?
I am looking for some kind of analyzer tool for log files generated by log4j files. I am looking something more advanced than grep? What are you using for log file analysis?
I am looking for ...
7
votes
5answers
6k views
Building iPhone Code using xcodebuild and running LLVM/Clang Static Analyzer
I followed the steps here but i'm unable to run static analyzer on my project:
Finding memory leaks with the LLVM/Clang Static Analyzer
When i try to run xcodebuild on my project (1. Open Terminal, ...
6
votes
1answer
872 views
Comparison of Lucene Analyzers
Can someone please explain the difference between the different analyzers within Lucene? I am getting a maxClauseCount exception and I understand that I can avoid this by using a KeywordAnalyzer but ...
6
votes
1answer
651 views
XCode: Static Analyzer doesn't work if C/C++-Code used in project
with XCode 3.2.1 Apple delivered a built-in Clang static analyzer.
I am working on an iPhone project which uses some C-Code (one .h and .c file). When running Build and Analyze, Clang refuses work. ...
5
votes
2answers
437 views
java lucene custom analyzer and tokenizer creating problem in termvector offsets?
i got a problem about the lucene termvector offsets that is when i analyzed a field with my custom analyzer it will give the invalid offsets for termvector but it is fine with standard analyzer, here ...
5
votes
1answer
843 views
NHibernate Query Analyzer
Could anyone please describe how to use NHibernate Query Analyzer? I downloaded it and trying to build it but it fails, I am not quite sure how to use it.
I am using nHibernate with Sybase and WCF.
...
5
votes
6answers
425 views
Dependency map for Java classes and methods
I have a Java project that I've been working on for a while. The design started out pretty good but slowly degraded as changes were made. I'm looking for some sort of tool that will analyze the ...
5
votes
2answers
816 views
What lucene analyzer can be used to handle Japanese text?
Which lucene analyzer can be used to handle Japanese text properly? It should be able to handle Kanji, Hiragana, Katakana, Romaji, and any of their combination.
4
votes
2answers
84 views
what is the best lucene setup for ranking exact matches as the highest
Which analyzers should be used for indexing and for searching when I want an exact match to rank higher then a "partial" match? Possibly set up custom scoring in a Similarity class?
For example, when ...
4
votes
1answer
164 views
Which Java static code analyzer is recommendable for creating reports?
I need a static code analyzer for Java that produces an output file about the: relationships of the classes (also inheritance relationships), fields of the classes, method signatures, and method call ...
4
votes
2answers
578 views
Querying lucene tokens without indexing
I am using Lucene (or more specifically Compass), to log threads in a forum and I need a way to extract the keywords behind the discussion. That said, I don't want to index every entry someone makes, ...
3
votes
2answers
60 views
Any way to have an entire directory ignored by the static analyzer in xcode?
I have a project that relies on the some external sources and I would prefer not to change them. The problem is that a lot of warnings are generated from these sources and it also slows down the whole ...
3
votes
4answers
293 views
Xcode 4 - Analyze issues won't show in editor
Running Analyze in Xcode 4.0.2 shows issues in the Issue Navigator. Clicking on an issue makes the appropriate file appear in the Editor pane, but nowhere does it show where in the code the issue ...
3
votes
3answers
328 views
iphone version compatibility scanner
Ok I've been developing iphone-apps for over a year now,
but there's this one thing which still really sucks.
Let's say I want to make my app compatible with iOS 3.0
I set my sdk to the newest ...
3
votes
2answers
100 views
Potential leak Analyzer result wont go away
I have this method, and the analyzer tells me there is a potential leak of the itemsArray mutable array. I have added the corresponding release at the end of the method, but still the analyzer result ...
3
votes
1answer
400 views
What does Field.Index.NOT_ANALYZED_NO_NORMS mean
I know what does not_analyzed mean. In short the field will not be tokenized by specified Analyzer.
However, what does a NO_NORMS means? I see the documentation, but please explain me in plain ...
3
votes
2answers
238 views
Implementing a question analyzer for auto tagging
What are good resources to go to for implementing a question analyzer?
I am trying to figure out how to auto-tag questions to make it easier for non-technical users to ask questions. I've found that ...
3
votes
3answers
598 views
Lucene 2.2 arabic analyzer
Is it possible to modify Lucene 2.2 to add Arabic analyzer and if anyone have done this already where can I get source/jar
2
votes
1answer
41 views
PL/SQL source code parser (in Java)
I'm looking for general purpose source parser in Java.
Library which can help me to parser PL/SQL code. Extract functions, procedures, packages and show dependencies between them.
2
votes
0answers
36 views
Strange behavior of Lucene SpanishAnalyzer class with accented words
I'm using the SpanishAnalyzer class in Lucene 3.4. When I want to parse accented words, I'm having a strange result. If I parse, for example, these two words: "comunicación" and "comunicacion", the ...
2
votes
2answers
245 views
Obj-, Instance variable used while 'self' is not set to the result of '[(super or self) init…]'
I asked a similar question to this already, but I still can't see the problem?
-(id)initWithKeyPadType: (int)value
{
[self setKeyPadType:value];
self = [self init];
if( self != nil )
...
2
votes
1answer
140 views
Strange Xcode Analyze results
When I Analyze my project in Xcode, I get a few strange errors.
All of this code is part of a single method which creates arrays that can be used to make MKAnnotations. Sorry if this is an inundation ...
2
votes
2answers
220 views
Deep copy of dictionaries gives Analyze error in Xcode 4.2
I have the following method in a NSDictionary category, to do a deep copy, which works fine.
I just upgraded from Xcode 4.1 to 4.2, and the Analyze function gives two analyzer warnings for this code, ...
2
votes
3answers
221 views
Real-Time FFT with High Resolution while Keeping Latency Low
I have read all the wikipedia articles and stackoverflow articles on fft and resolution. However, nothing has helped in learning how to get high resolution frequency without having a huge latency ...
2
votes
1answer
212 views
sitecore rocks query syntax
Started using the query analyzer in sitecore recently, but am wondering if there is a way to dig deeper than querying by id, name, template, path, such as querying by item["mycustomerfield"] = ...
2
votes
1answer
398 views
How to use a Lucene Analyzer to tokenize a String?
Is there a simple way I could use any subclass of Lucene's Analyzer to parse/tokenize a String?
Something like:
String to_be_parsed = "car window seven";
Analyzer analyzer = new ...
2
votes
2answers
150 views
what analzyer is good for my situation? hibernate search case
We are running a search app for book. It is implemented by hibernate search.
Book entity is defined as following:
@Entity
@Indexed
public class Book{
@DocumentId
private Integer UID;
@Field
private ...
2
votes
2answers
86 views
Postgres Analyze performed
In PostgreSQL 8.4, is there a way to know when the last ANALYZE and/or VACUUM has been performed on a table?
I've been looking around in the documentation and later the pg_catalog but not been able ...
2
votes
3answers
506 views
What are the best practices for combining analyzers in Lucene?
I have a situation where I'm using a StandardAnalyzer in Lucene to index text strings as follows:
public void indexText(String suffix, boolean includeStopWords) {
StandardAnalyzer ...
2
votes
2answers
1k views
Real-time spectrum analyzer with API
I'm looking for a C or C++ API that will give me real-time spectrum analysis of a waveform on Windows.
I'm not entirely sure how large a sample window it should need to determine frequency content, ...
2
votes
2answers
2k views
MySql query analyzer - free solutions
Is there a good (or not) Query Analyzer for MySQL (that's either free, or has a trial), than can analyze a query and make suggestions for indexes, like the "Display estimated execution plan" in ...
2
votes
2answers
369 views
Built in Analyzer in Xcode 3.1.4
I wonder if the built in Analyzer in Xcode 3.1.4 makes it redundant to use LLVM/Clang Static Analyzer separately?
Please refer to the original article here: Finding memory leaks with the LLVM/Clang ...
2
votes
2answers
1k views
open source data mining/text analysis tools in python
I have a database full of reviews of various products. My task is to perform various calculation and "create" another "database/xml-export" with aggregated data. I am thinking of writing command line ...
2
votes
5answers
254 views
What tool can I use to generate a PHP class usage report for my application?
I have a fairly large object-oriented php 5 project, and as part of a change impact analysis, I'd like to compile a report on the usage of each existing class throughout the project.
It would help ...
2
votes
6answers
198 views
Is there way to prevent our application from being analysed or injected? (c#)
There are loads of profilers and static code analyzers out there for C# assemblies.
Just wonder if there are any methods to prevent being analyzed, because it does make me feel a bit nervous when ...
1
vote
1answer
48 views
AnalyzerUtil error on Lucene
I'm learning to work with lucene. I wrote a simple program to test lucene analyzers like:
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import ...
1
vote
3answers
72 views
is there any website or software to analyze c++ code? [closed]
I need to know if there's any website or software to check and analyze some c++ source code for me.
thank you guys
1
vote
2answers
133 views
Tokenizing Keywords in Lucene.Net
I am using Lucene.Net 2.9.2 and I reckon I will need to write a custom tokenizer but wanted to check in case I am missing something obvious.
The document consists of Title, Keywords and Content plus ...
1
vote
4answers
122 views
Obj-C, Potential leak of an object allocated on line, UIBarButtonItem alloc
I'm getting an analyser leak, however this is the same code i'm using elsewhere without a problem. I know I'm using alloc and therefore I have to release, but I am doing this in dealloc.
What am I ...
1
vote
1answer
77 views
Obj-C, Incorrect decrement of the reference count of an object that is not owned at this point by the caller?
I'm suddenly getting this warning after upgrading
Incorrect decrement of the reference count of an object that is not owned at this point by the caller
Any ideas ?
+ (void) ...
1
vote
2answers
168 views
Android: Memory Analyzer eclipse plugin(1.1) doesn't launch automatically when pressing ddms “hprof dump”
The older version 1.0 used to work fine. However after updating to 1.1 it gives an option to save hprof file. How can I open that file in eclipse?
Eclipse version is Helios 3.6.2
1
vote
2answers
70 views
Solr: match results with and without whitespaces
The data in our solr field looks like this:
<str name="property_Info_Hd">320 GB SATA 7200RPM</str>
<str name="property_Info_Hd">320GB SATA</str>
<str ...
1
vote
1answer
80 views
Analyzer Results vs Leaks by Instruments : iPhone memory leaks
I fixed memory leaks of my application using
X-Code->run with performance tool -> leaks
I submitted my application and later I analyzed my code attaching to device like Build & Analyze for ...
1
vote
1answer
177 views
OpenGL ES Analyzer for iPad
I'm trying to use the OpenGL ES Analyzer for my iPad application and I can't get it to show me any symbols from my code in the extended detail pane's stack trace. I see the names of UIKit and ...
1
vote
1answer
167 views
Tokenizing hashtags in Lucene.Net
I am using Lucene.Net (version 2.9). I would like to preserve tweet post '@name' or '#Note'.
Using the Lucene AnalyzerViewer tool ...
1
vote
3answers
190 views
Static analyzer for functional programming languages, e.g.Scheme
I seldom see static analyzer for functional programming languages, like Racket/Scheme, I even doubt that whether there are any. I would like to write a static analyzer for functional languages, say ...
1
vote
1answer
273 views
How to start writing a web log analyzer in Perl?
Taking information from a file that outputs entry after entry in this format:
IPAddress x x [date:time -x] "method url httpversion" statuscode bytes "referer" "useragent"
How would you go about ...
1
vote
1answer
102 views
Lucene - How to discard numeric terms in indexing?
Using StandardAnalyzer, my Lucene contain numeric terms too(i.e. "200"). So number of term in my index is too big.
Does anyone know if exists an Analyzer or Tokenizer that discards numeric terms?
If ...
1
vote
1answer
263 views
Lucene Query and Analyzer combination
I have a quick question. Say, I've got a string "this string has some text in it". I want lucene to be able to find it using following searches:
"string has"
"has this"
"text this"
Which ...
1
vote
1answer
185 views
Is there any JPQL analyzer?
I developed app using JPA Toplink which uses JPQL. According to my research JPA will call more SQL than what JPQL statement look like.
I'm looking for some JPQL analyzer tools like I can execute JPQL ...