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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 416 - 445 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
416
LingPipe 2.4.1 Released ======================= This is a patch release replacing LingPipe 2.4.0. It patches all bugs that have been reported to us; thanks to...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 31, 2007
7:56 pm
417
Hi! I'm working on a system to try to automate the analysis of customer satisfaction based on a database of their e-mail correspondences. So far we've had good...
seth_a_farrington
seth_a_farri...
Offline Send Email
Mar 31, 2007
7:57 pm
418
... We've had requests to do other scalar classifiers, like reading level classification (on a grade-in-school scale). This is a general problem in statistical...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 2, 2007
7:35 pm
419
Hi All, I am new in on Dynamic Model Language Classification. In fact, my knowledge are very limited on how to user LingPipe for classification, so I am trying...
youcef bey
y_bey
Online Now Send Email
Apr 3, 2007
1:02 am
420
Hi, I am a new user of Lingpipe and want to use this tool for my research as a part of thesis work. I am having little trouble understanding of...
chaoskim1
Online Now Send Email
Apr 5, 2007
10:45 pm
421
... Let me reformulate your question to see if I understand it. You have a set S1 of docs in language L1 and a set S2 of docs in language L2. Now you want to...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 5, 2007
10:46 pm
422
... It sounds like you're using the chunker: $LINGPIPE/demos/models/ne-en-bio-genia.TokenShapeChunker That is, indeed, a TokenShapeChunker. I'd suggest not...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 8, 2007
8:58 pm
423
We're happy to announce the availability of LingPipe 3.0. You can read about and download the latest version from the home page: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 26, 2007
10:02 pm
424
Hi Bob, I think I clicked wrong button when I asked some question about training chunkers earilier. I have created two chunker model files called...
chaoskim1
Online Now Send Email
May 1, 2007
8:39 pm
425
Hi bob, Thank you for the big tip earlier. I have some more questions about training Chunkers (LmRescoringChunker, TokenShapeChunker). I made a set of tagged ...
chaoskim1
Online Now Send Email
May 1, 2007
8:40 pm
426
Hi there, i am pretty new to the NLP sector, so please forgive me my perhaps dumb questions... What i am searching is a way to retrieve all kind of relations...
wolffi8
Offline Send Email
May 3, 2007
9:01 pm
427
Hi bob, Thank you for the big tip earlier. I have some more questions about training Chunkers (LmRescoringChunker, TokenShapeChunker). I made a set of tagged ...
chaoskim1
Online Now Send Email
May 3, 2007
9:01 pm
428
Sorry for not getting to this sooner -- I've been on vacation for the last week and a half. ... Let me help reset your expectations. First, if you only want to...
Bob Carpenter
colloquialdo...
Offline Send Email
May 7, 2007
7:17 pm
429
... What you're looking for is some kind of relational tagging or parsing. I'm afraid that we don't have anything to do that in LingPipe. The within-document...
Bob Carpenter
colloquialdo...
Offline Send Email
May 7, 2007
7:17 pm
430
Is anyone else having trouble compiling LingPipe 3.0? I was hoping it wouldn't be a disaster, but I'm now seeing the bugs in the various compilers as I get...
Bob Carpenter
colloquialdo...
Offline Send Email
May 16, 2007
10:14 pm
431
Hi All! I am starting to learn Language Modeling approach for Classification. I understand that one of main advantages of LM is that it does not require text...
lenat79
Offline Send Email
May 31, 2007
8:27 pm
432
... I'd say the main advantage of the character LM approach is that it can learn from parts of tokens as well as across tokens, which means it's far less...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 1, 2007
2:58 pm
433
Hi Lena, A solution could be to embed your Lingpipe learner / classifier inside a framework like UIMA or GATE. That would allow to run any number of processors...
julien_nioche
Offline Send Email
Jun 1, 2007
3:00 pm
434
... LingPipe was designed so that it'd be easy to integrate into larger integration frameworks like UIMA or GATE. LingPipe's models are all serializable and...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 1, 2007
4:47 pm
435
... Didn't you already publish a UIMA wrapper for at least the chunkers? I have successfully used the LingPipe NER components with UIMA 1.3 Regards, Florian...
Florian Laws
florian@...
Send Email
Jun 4, 2007
2:20 pm
436
Hello all, I wonder if I can use LingPipe for clustering sentences using their syntactic parse trees as features. If yes, how can accomplish this ? Best...
Eduard Barbu
eduard_barbu
Offline Send Email
Jun 5, 2007
6:00 pm
437
... The hard part's (1) generating the syntactic parse trees, and (2) deciding how to map them into features (e.g. Collins's kernel-based approach) and then...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 11, 2007
3:34 pm
438
Hi All, I read in the LingPipe documentaion that it could be used for the Japanese text segmentation. My text is encoded in UTF-8. The segmentation work well...
youcef bey
y_bey
Online Now Send Email
Jun 14, 2007
1:57 pm
439
... How do you want to segment the text? Into words? Into sentences? If you want to segment into words, you'll need training data that has spaces between the...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 15, 2007
5:34 pm
440
LINGPIPE 3.1.0 RELEASE ====================== Minor Release ============= The latest release of LingPipe is LingPipe 3.1.0. This minor release replaces...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 19, 2007
12:08 am
441
Hi, I'm playing with LingPipe's DynamicLMClassifier and I'm trying to categorize text into 3 categories: good, neutral & bad. The underlying algorithm for...
Dennis Fleurbaaij
d.fleurbaaij
Offline Send Email
Jun 21, 2007
5:24 pm
442
Great question and one that comes up again and again in different contexts in machine learning and statistics. ... That is a very very skewed training set. And...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 21, 2007
6:03 pm
443
Bob, As always, a great, clear and understandable explanation! The training set is very skewed and there is nothing I can do about that, but I didn't know that...
Dennis Fleurbaaij
d.fleurbaaij
Offline Send Email
Jun 21, 2007
8:13 pm
444
Bob, I'm wondering about your sentence: "Typically, you can set that threshold using held out data." What does that mean? The building of the model and the ...
Dennis Fleurbaaij
d.fleurbaaij
Offline Send Email
Jun 21, 2007
9:29 pm
445
... In terms of n-gram sizes, I meant you might set the neutral category's n-gram size lower than the other category's. That'll tend to decrease the neutral...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 21, 2007
11:31 pm
Messages 416 - 445 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