Search the web
Sign In
New User? Sign Up
LingPipe
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 570 - 599 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
570
Hi, The testing I did on spellcheck part gives around 110 ms for each spellcheck. The training set is pretty small, and contains around 200 characters. Is it...
gray_song
Offline Send Email
Apr 3, 2008
10:39 pm
571
... We've trained spell checkers on dozens of GBs of data with a large lexicon and gotten run times of 100 queries/sec (10ms/query) for queries with averages...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 4, 2008
6:51 pm
572
Thank you very much for your reply. The data I used for the testing is as following: " for (int i = 0; i < 100; ++i) { // trainer.train("abracadabra "); ...
gray_song
Offline Send Email
Apr 7, 2008
5:43 pm
573
... I'm not sure how eclipse is going to run the JUnit code. If it forks a new JVM for each test, I'd think it'd be even slower than you report. The test does...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 7, 2008
8:58 pm
574
Thank you very much. According to your suggest I have re-run the test in eclipse and found the performance was around 18ms per spellcheck. I will run the java ...
gray_song
Offline Send Email
Apr 8, 2008
2:18 pm
575
Dears: I am working for a paper, which need combine lingpipe and some other tools. however, other tools run only on jdk 1.4.2. Latest lingpipe version can be...
iwantnb
Offline Send Email
Apr 11, 2008
2:36 pm
576
... You can download the no longer supported version 2.4.1 at: http://threattracker.com/lingpipe-2.4.1-website/lingpipe-2.4.1.tar.gz best Breck...
reckb
Offline Send Email
Apr 11, 2008
2:46 pm
577
hello friends, i have been using lingpipe demos for some time now and this indeed seems a powerful product. but there are few more capabilities that i would...
ravinder
mail2ravinde...
Offline Send Email
Apr 13, 2008
7:28 pm
578
... What you want is to extract the relations as well as the entities in the text. This is a very hard problem in general but it can work reasonably well for...
reckb
Offline Send Email
Apr 13, 2008
7:47 pm
579
... That's a very simple example. Real sentences look like this (first sentence of first article on the NY Times home page right now): The ruling was a rebuff...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 14, 2008
6:01 pm
580
LingPipe 3.5.0 is now out. Check it out on the home page: http://alias-i.com/lingpipe The major new addition is logistic regression (aka max entropy) ...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 19, 2008
10:08 pm
581
Hi All, I am beginning to use Lingpipe (great tool!), but am a bit confused: 1) I am following the sentiment analysis tutorial (http://alias- ...
rohanbox
Offline Send Email
Apr 23, 2008
2:40 pm
582
... You just deserialize it to produce an objective/subjective sentence classifier. ... There's nothing in LingPipe to do the crawling for you. The reason is...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 23, 2008
8:20 pm
583
Dear all, I want to use partitionDistance(double) method for partitioning clusters. However, I can not understand how the parameter value works for ...
heungseon.oh
Offline Send Email
May 2, 2008
3:03 pm
584
... I see there's no juavadoc for this method in LingPipe 3.5. Here's what I just added (it'll be in the next release). Note that I changed the argument's...
Bob Carpenter
colloquialdo...
Offline Send Email
May 2, 2008
4:30 pm
585
Sorry if reports to bugs@... have been getting misplaced. We switched mail providers and are still catching up with all of our forwarding. We're also...
Bob Carpenter
colloquialdo...
Offline Send Email
May 8, 2008
9:18 pm
586
... Doh! Cosine, as those who recall their trig probably already noticed, produces results in the range -1.0 and 1.0. I keep forgetting not all cosines are...
Bob Carpenter
colloquialdo...
Offline Send Email
May 8, 2008
9:27 pm
587
I read the documents of Lingpipe, which provides two classes i.e. TfIdfClassifierTrainer and TfIdfDistance. How can I use these classes to compute TF-IDF?...
iwantnb
Offline Send Email
May 24, 2008
4:21 pm
588
... Hope that the following java code can help you: import com.aliasi.spell.TfIdfDistance; import com.aliasi.tokenizer.IndoEuropeanTokenizerFactory; import...
youcef bey
y_bey
Offline Send Email
May 25, 2008
5:31 am
589
Dear youcef bey: Great Thanks for you. With your help, I Know how to compute TF- IDF values in Lingpipe. Best wishes for you. iwantnb ... i.e. ... classes ... ...
iwantnb
Offline Send Email
May 28, 2008
2:53 am
590
We received a question by mail from someone who didn't mind us cross-posting the answer to the ... That's unrelated. The scalability issue there is large...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 13, 2008
3:40 pm
591
... You're right -- the current tutorial is wrong and I'll fix it for the next release. ... You're right. ... Ironically, I was just up at Columbia Wednesday...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 13, 2008
6:04 pm
592
I fixed the errors reported for the logistic regression tutorial and uploaded the patched version to the LingPipe site: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 13, 2008
7:03 pm
593
Hello, I am trying to extract news content from htmls. Which turned out to be a diffucult task. Each news html has other content then news, such as related...
cambazz
Offline Send Email
Jun 18, 2008
2:42 pm
594
Hi, I'm new to LingPipe. I tried TestCluster.java with 4news-test and 4news-train data and it ran fine. However, when I use my own data, I get this error...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
4:52 pm
595
What's happening is that a pairwise proximity is winding up undefined rather than non-negative. If you're following our demos, the problems most likely from a...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 18, 2008
6:05 pm
596
Hello Bob, Thanks for the prompt reply! You are right. One of the files I use is an empty file. After removing it, the demo program ran fine. TestCluster.java...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
6:20 pm
597
Removing boilerplate is an interesting but challenging problem. And it's not one we've thought about deeply. Boilerplate detection is a confounding factor for...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 18, 2008
6:25 pm
598
... We may have had that in an older release, but it's not in our 3.5.0 release. If you're interested in clustering, there's been a lot added to the clustering...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 18, 2008
7:45 pm
599
I'm trying to understand the clustering results, and learning text processing/IR on the way. So my questions are likely ignorant. I tried the demo...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
9:58 pm
Messages 570 - 599 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help