The analyzer tag has no wiki summary.
0
votes
0answers
12 views
Stopword removal in Mahout for lda
I am new to Mahout and topic detection. I have got the top terms in different topics in Mahout 0.7 using CVB, but my result is like this even after giving --maxDFpercent as 20 while vectorization:
0 ...
0
votes
1answer
42 views
Lucene 4.2 analyzer while indexing fields
I am trying to index a set of documents using Lucene 4.2. I've created a custom analyzer, that doesn't tokenize and doesn't lowercase the terms, with the following code:
public class ...
0
votes
1answer
37 views
Lucene 4.2.1 WhiteSpaceAnalyzer
I have a code that works fine with Luce 3.6. I just upgraded to Lucene 4.2.1 and I am having a hard type to use WhiteSpaceAnalyzer (also StandardAnalyzer and WhiteSpaceTokenizer). It gives me ...
0
votes
1answer
28 views
Model alloy for series and parallel electric circuit
I am newbie in alloy .
i need help for series and parallel electric circuit in alloy .
I had model a graph for series circuit but when I omit self loop in series it does not work
also it show ...
0
votes
1answer
49 views
Lucene.NET Italian Analyzer: Loading Stopwords from file system
I am using Lucene.NET 3.0.3 on a vb.net 3.5 framework application. I need to pass an Italian stopword file.
Either using a FileInfo or a TextReader, I get always the English stop words, once I have ...
1
vote
1answer
174 views
Elastic search- search_analyzer vs index_analyzer
I was looking at
http://euphonious-intuition.com/2012/08/more-complicated-mapping-in-elasticsearch/
which explains ElasticSearch analyzers.
I did not understand the part about having different search ...
0
votes
0answers
39 views
Nullpointer exception at “stream.incrementToken()”
How to solve the nullpointer exception?
public final class LuceneUtils {
public static List<String> parseKeywords(Analyzer analyzer, String field, String keywords) {
...
0
votes
1answer
62 views
Lucene.net PerFieldAnalyzerWrapper
I've read on how to use the per field analyzer wrapper, but can't get it to work with a custom analyzer of mine. I can't even get the analyzer to run the constructor, which makes me believe I'm ...
0
votes
1answer
98 views
outOfMemoryError with background drawables
I read a lot about memory leaks with Bitmaps but I can't solve my problem. I have an app works fine in my phone, but in others I'm getting the outOfMemoryError bitmap size exceeds VM.
My problem is ...
3
votes
1answer
102 views
Configuring Custom Lucene Analyzer to accept certain stop words
I need to modify the lucene analyzer for it to be able to recognize the word "Ben" (Dutch stop word). Kindly guide me further. How do I make Lucene Analyzer accept this word as a regular word?
...
0
votes
1answer
44 views
Creating _analyzer mapping to use document field mapping using NEST (elastic search)
How to create a _analyzer mapping using NEST client API for elastic search to allow document field property as analyzer as in ES documentation here:
...
0
votes
0answers
26 views
ShingleAnalyzerWrapper and PerFieldAnalyzerWrapperdo not play well
I am trying to use PerFieldAnalyzerWrapperdo + ShingleAnalyzerWrapper to index a set of documents. The reason I use PerFieldAnalyzerWrapperdo is because I have multiple fields for each document to ...
5
votes
2answers
184 views
How to use static code analyzer introduced in android ndk r8e?
http://developer.android.com/tools/sdk/ndk/index.html
As the above link suggests, android ndk r8e :
Added static code analyzer for Linux/MacOSX hosts. For information on using the analyzer, see ...
0
votes
0answers
111 views
Audio spectrum analyzer for Windos Store App
A want to add a spectrum analyzer to my Windows Store Application. Are there any libraries that allow to do this? I write my application using C#/XAML.
P.S. It's not necessarily must be a spectrum ...
0
votes
0answers
95 views
MAT (Eclipse Memory Analyzer) - how to get bitmap dimensions from heap dump
I'm trying to recreate an image from a heap dump but to do that I must know the dimension of the bitmap in question. I loaded the hprof into MAT but couldn't find a way for it to show the details of ...
0
votes
1answer
36 views
Use termfreq(field,term) function for phrase with space in SOLR 4.1
I am using termfreq(field,term) SOLR function. This works:
?fl=product_name,termfreq(product_name,"iphon")&q=iphone 4s //Found freq
But the problem is to have term like "iphone 4s" with ...
0
votes
1answer
82 views
How to turn query, which searches SOLR data, into lowercase?
My scheme.xlm looks like this:
<fieldType name="text" class="solr.TextField" positionIncrementGap="100">
<analyzer type="index">
<tokenizer ...
5
votes
1answer
101 views
What kind of memory leaks XCode Analyzer may not notice?
I'm afraid that asking this question may result in some downvotes, but after making some not satisfying research I decided to take a risk and ask more experienced people...
There are many questions ...
0
votes
1answer
68 views
Why does Lucene QueryParser needs an Analyzer
I'm new to Lucene and trying to parse a raw string into a Query using the QueryParser.
I was wondering, why is the QueryParser.Parse() method needs an Analyzer parameter at all?
If analyzing is ...
0
votes
1answer
35 views
Test reports always consist of same linear graph in Grinder Analyzer report
I use Grinder 3.11. I installed the Grinder Alnalyser "GrinderAnalyzer.V2.b19" to view the final report of the test run. I ran the following test for 20 iterations:
from net.grinder.script.Grinder ...
0
votes
1answer
45 views
Where to find the packages inside Lucene.Net.Analysis?
Wish u a nice week! Mine didn’t started that well, since I can't find something seemingly straightforward, the namespaces inside Lucene.Net.Analysis. I have installed, using NuGet, the Lucene.Net ...
2
votes
2answers
86 views
Analyse SVN disk space
I'm searching for a tool, which help me to analyze the disk space requirements of different files in a repository.
In my repository there are bigger binarys with several revisions.
So I'm for ...
0
votes
0answers
73 views
Keep original token in Lucene analyzer tokenstream
I use Lucene 3.6.1 and C#.
I would like to keep the original token in the tokenstream.
I have a analyzer that tokenizes the stream using the standardtokenizer.
Then uses a number of filters.
I ...
1
vote
2answers
85 views
Singleton Potential Leak?
In one of my third party libraries in my project, the singleton sharedInstance method seems to be throwing up an analyzer warning on the final return_sharedInstance line:
+ ...
0
votes
2answers
191 views
Can not use ICUTokenizerFactory in Solr
I am trying to use ICUTokenizerFactory in Solr schema. This is how I have defined field and fieldType.
<fieldType name="text_icu" class="solr.TextField" positionIncrementGap="100">
...
0
votes
1answer
62 views
When generating a FlexLexer, how can you tell it to use w_char?
Is there a certain option to tell flex to generate a .cc file that uses a w_char and wistream instead of the standard wstream?
0
votes
1answer
56 views
Elasticsearch analyser only being used when I specify the field of the search
I have an analyser called autocomplete_analyser defined on a field name. When I run the query
http://localhost:9200/courses/course/_search?q=name:dav&pretty=true
it runs the analyser and ...
0
votes
1answer
100 views
python parsing audio in stream
I want to analyze the input stream of my audio-in with python.
The contains data from a radio reciever.
Sometimes the radio signal contains a block of 5 tones. I need to analyze the stream for this ...
0
votes
2answers
222 views
Lucene Analyzer
I have worked with Lucene for indexing documents and providing search among them, however, my work was in English language, but now, I have a project which is Kurdish language, Kurdish language uses ...
0
votes
2answers
117 views
Android NDK code analysis not using defined variables
I think this problem started when upgrading to the Juno Eclipse. I believe the C/C++ build environment was probably upgraded as well at the same time. The NDK was not upgraded.
We have a large mass ...
1
vote
1answer
111 views
Hive query language as analyzer component- WSO2 BAM 2.0 ALPHA
With WSO2 BAM 2.0 ALPHA, is there any out-of-the-box analyzer component where Hive queries can be written in order to aggregate data after retrieving it from a Cassandra datastore and then included in ...
0
votes
1answer
1k views
Centralized linux log analyzer [closed]
I'm looking for a open source centralized log analyzer for linux which can read remotely like
dmesg,apache error log /access log and syslog files.
Any suggestions?
Thanks in Advance
0
votes
1answer
33 views
Crashing on unrecognized selector sent with SimplePost request after it works successfully.
I've been using the SimplePost classes for several weeks and haven't had any problems. Now I'm crashing after a Request returns proper data in a Connection. I haven't (knowingly) touched the ...
0
votes
0answers
72 views
How to search for a part of a word with ElasticaBundle for Symfony2
I am using ElasticaBundle, for Symfony2. And I want to configure them to search part of word on a mongoDB Document.
My config.yml:
website:
client: default
settings:
...
0
votes
0answers
52 views
Free Java applets for demonstratrion of the program analyser/verifier
I have been written a static program analyzer (a kind of program behavior analyzer before programs are executed). I would like to make a demonstration of the analyzer via a Java applet and publish it ...
0
votes
1answer
96 views
Does Lucene need the same Analyzer instance when indexing and when searching?
I'm creating a dictionary app in Android with Lucene. Do I need to supply the same instance of StandardAnalyzer when indexing and searching, or can I just supply a new instance for both?
For example, ...
0
votes
2answers
85 views
Singleton design potential leak
I have downloaded a library off of github and have noticed that in the main singleton of the library there is a possible leak in this bit of code:
+(DDGameKitHelper*) sharedGameKitHelper
{
...
1
vote
0answers
29 views
DelimitedPayloadFilter in PyLucene?
I am trying to implement a python version of the java from http://searchhub.org/2010/04/18/refresh-getting-started-with-payloads/ using pylucene. My analyzer is producing an lucene.InvalidArgsError on ...
0
votes
0answers
80 views
audio waveform comparison [closed]
I have a test application where I need to determine if the audio input is a certain frequency and quality. Do you know of a Linux app that will perform this test (some sort of signal to noise ...
1
vote
2answers
532 views
Thread Dump Analyzer
Do you know some good thread dump analyzer tool? Perfect would be :
List item
free
could read few threaddumps and compare them
point out which treads took the longest, what are the classes that the ...
0
votes
1answer
340 views
beginner lexical analyzer in java
I am writing a lexical analyzer. I know it's super simple. It runs but whenever enter an input, the program treats it as invalid characters (even when they are supposed to be valid). What did I do ...
0
votes
0answers
94 views
Bigdata what's it about? [closed]
I have a hard time to figure out what exactly is the big problem with big data. Many websites and magazines have articles and the main point I get out of those articles are :
It’s big pile of data ...
0
votes
1answer
56 views
Create tokens for Email headers for lucene
Here is a sample header define under rfc822, rfc2822 and MIME
Now I want to create full text search using lucene.
If I use standard analyzer it will create too many useless tokens which will degrade ...
0
votes
1answer
193 views
How to open and load oracle fmb file with C/C++? [closed]
I need to know is there any way to open and analyze an oracle form module (fmb file format) in C/C++ and get a list of all used tables, views, blocks,... in that module file.
give me a sample please, ...
2
votes
1answer
972 views
Analyzers in elasticsearch
I'm having trouble understanding the concept of analyzers in elasticsearch with tire gem. I'm actually a newbie to these search concepts. Can someone here help me with some reference article or ...
-2
votes
1answer
148 views
Is there an rs232 analyzer tool that supports 100 baudrate in windows or linux? [closed]
I am looking to know if there is an rs232 analyzer tool that supports 100 baudrate in windows or linux.
3
votes
2answers
2k views
nginx log analysis with goaccess
I want to parse and analyze the nginx logs with goaccess and take a report from the analyzed logs.
But, when I run the zcat -f access.log.*.gz | goaccess -a -c command, it gives me the error :
...
1
vote
0answers
64 views
php text analyse
I need to design a page. where user will upload some word doc and type few questions, and provide multiple answers of that question. This question is related to doc he has just uploaded. Now I have to ...
0
votes
1answer
59 views
xcode4 analyze don't work when a function has @try @catch
I has a question about XCODE analyze command.
When a function has @try @catch, the analyze will not check this function, even there has no codes in @try @catch.
// ok
- (void) testAnalyze {
// ...
1
vote
0answers
81 views
Get rid of these 3 Cocos2D analyzer warnings?
I hate warnings anywhere in my app so I fixed all of the other Cocos2D analyzer warnings except these three which I do not know how to solve.
Anyway, hopefully somewhat here can help me resolve these ...

