links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Search Everyone: "tool",

Top "tool" experts: geneboy, avatar, fen0x, jstone, gregoryg, jrk,

Groups about "tool": Website Tools and Help, Homepage Tools, Diamond_Tools, Searches, SteelMax Evolution Power Tools Metal Working Tools, SteelMax Evolution Power Tools,

1 - 10 of 22 next »   Watch otis
 
A tool for the estimation, representation, and computation of statistical language models.
by otis 2009-05-03 17:54 NLP · information retrieval · language · computational linguistics · tool · software
http://sourceforge.net/projects/irstlm/ - cached - mail it - history
Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair. All you need is a collection of translated texts (parallel corpus).
by otis 2009-05-03 17:47 NLP · machine translation · information retrieval · language · software · tool
http://www.statmt.org/moses/ - cached - mail it - history
Packages to facilitate natural language processing under Ubuntu Linux and other Debian-based platforms. The goal of Ubuntu NLP is to provide up-to-date packages for commonly used tools that can be easily installed and smoothly integrated into existing systems.
by otis 2009-05-03 17:45 ubuntu · linux · NLP · tool · information retrieval
http://cl.naist.jp/~eric-n/ubuntu-nlp/ - cached - mail it - history
by otis 2008-04-28 00:04 java · benchmark · software · tool · server · performance · scalability
http://faban.sunsource.net/ - cached - mail it - history
LatencyTOP is a Linux* tool for software developers (both kernel and userspace), aimed at identifying where in the system latency is happening, and what kind of operation/action is causing the latency to happen so that the code can be changed to avoid the worst latency hiccups.
by otis 2008-01-19 21:09 linux · latency · tool
http://www.latencytop.org/ - cached - mail it - history
LETOR is a benchmark dataset for research on learning to rank, released by Microsoft Research Asia.
by otis 2008-01-09 01:56 information retrieval · evaluation · tool · rank
http://research.microsoft.com/users/LETOR/ - cached - mail it - history
Java utility to generate SQL database from WordNet standard database as released by the WordNet Project. use Wordnet's hypernym / hyponym relationship to suggest alternative search terms. If you're familiar with Wordnet then you know that for the word 'dog', one hypernym is 'canine' and a possible hyponym is 'dalmatian'. One important factor is that this is for the first sense of the word only. Have you thought about how you would choose the correct sense of a word in order suggest synonyms? In my sample application I only work with the most popular sense, i.e. the first sense of a word. I used these postgresql commands to copy the wordnet database into postgresql and then I formed SQL statements to pull the relevant hypernyms and hyponyms from the database. I use Wordnet in a postrgesql database form. You can easily copy Wordnet into either Postgresql or MySql by downloading the relevant scripts from http://sourceforge.net/project/showfiles.php?group_id=135112. Instead of synsets, I use Wordnet's hypernym/hyponym relationship to suggest narrower or broader search terms. For you to get an idea of what the SQL for your function may look like, I include the SQL statements that I have written for my application. I wrap my SQL statement up in a postgres function so that I call it with the simple SQL statement: SELECT get_hyponyms_for_nouns('dog'); Here is the function: CREATE FUNCTION get_hyponyms_for_nouns(text) RETURNS SETOF text AS $$ SELECT lemma FROM word w JOIN sense s USING (wordid) JOIN ( SELECT DISTINCT synset2id FROM semlinkref slr JOIN ( SELECT sense.synsetid FROM sense JOIN word USING (wordid) JOIN synset ON sense.synsetid = synset.synsetid WHERE lemma = $1 AND rank = 1 AND categoryid BETWEEN 3 AND 28 ) sense ON slr.synset1id = sense.synsetid WHERE linkid = 2 ) syns ON s.synsetid = syns.synset2id $$ LANGUAGE SQL; Here, the linkid selects the hyponyms. A linkid of 1 would select the hypernyms. For synonyms, I think it result in a much shorter SQL statement. Nick Rowlands -- nick tocka rowlands at googsmail
by otis 2008-01-02 17:25 wordnet · sql · database · tool
http://wnsqlbuilder.sourceforge.net/ - cached - mail it - history
by otis 2008-01-02 03:06 pdf · osx · tool · application
http://skim-app.sourceforge.net/ - cached - mail it - history
by otis 2007-12-30 13:24 mysql · database · tool
http://maatkit.sourceforge.net/ - cached - mail it - history
by otis 2007-12-09 03:05 chart · graph · tool
http://gavinbenda.com.au/2007/12/06/definitive-guide-to-charts-and-graphs/ - cached - mail it - history
1 - 10 of 22 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates