473,395 Members | 1,440 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

how to implementation latent semantic indexing in python..


hi...
how to implementation algorithm latent semantic indexing in python
programming...??

thank's for daniel who answered my question before..

--
View this message in context: http://www.nabble.com/how-to-impleme...html#a11582773
Sent from the Python - python-list mailing list archive at Nabble.com.

Jul 13 '07 #1
6 3652
78ncp <sa********@yahoo.comwrote:
hi...
how to implementation algorithm latent semantic indexing in python
programming...??
You may get more responses (as in, >0!-) if you give some URL about what
this algorithm is supposed to do.
Alex
Jul 16 '07 #2
al***@mac.com (Alex Martelli) writes:
You may get more responses (as in, >0!-) if you give some URL about what
this algorithm is supposed to do.
http://en.wikipedia.org/wiki/Latent_semantic_analysis

Very cool stuff.
Jul 16 '07 #3
Paul Rubin <http://ph****@NOSPAM.invalidwrote:
al***@mac.com (Alex Martelli) writes:
You may get more responses (as in, >0!-) if you give some URL about what
this algorithm is supposed to do.

http://en.wikipedia.org/wiki/Latent_semantic_analysis

Very cool stuff.
For anything related to Python and natural language processing, one
probably wants to look first for NLTK and extensions thereof; I haven't
checked, but
<http://users.tkk.fi/~jkmatila/softwa...blic/trees.htm
lclaims to include inter alia a LSI implementation as an extension of
NLTK. (We had a presentation on NLTK at Baypiggies last week, though
they didn't go into details and extensions).
Alex
Jul 16 '07 #4
malkarouri wrote:
On 13 Jul, 17:18, 78ncp <santi_a...@yahoo.comwrote:
>hi...
how to implementation algorithm latent semantic indexing in python
programming...??

Of course you are aware that LSA is patented..
There is a US patent on it, sealed in 1989, but is it patented in any
other countries? There is no such thing as a "global patent" - patents
only cover the country which issues them. There is a global patent
application process (the Patent Co-operation Treaty), but that just
establishes a priority date for the invention in each country, but the
inventor still needs to file patent applications and have them approved
(sealed) is each and every country. Did Bellcore do that back in the 1980s?

Tim C
Jul 19 '07 #5
Tim Churches <tc***@optushome.com.auwrote:
malkarouri wrote:
On 13 Jul, 17:18, 78ncp <santi_a...@yahoo.comwrote:
hi...
how to implementation algorithm latent semantic indexing in python
programming...??
Of course you are aware that LSA is patented..

There is a US patent on it, sealed in 1989, but is it patented in any
other countries? There is no such thing as a "global patent" - patents
only cover the country which issues them. There is a global patent
application process (the Patent Co-operation Treaty), but that just
establishes a priority date for the invention in each country, but the
inventor still needs to file patent applications and have them approved
(sealed) is each and every country. Did Bellcore do that back in the 1980s?
Aren't patents supposed to last 17 years, anyway? A patent granted in
1989 should have expired in 2006, I believe (though IANAL, so...).
Alex
Jul 19 '07 #6
Alex Martelli wrote:
Tim Churches <tc***@optushome.com.auwrote:
>malkarouri wrote:
>>On 13 Jul, 17:18, 78ncp <santi_a...@yahoo.comwrote:
hi...
how to implementation algorithm latent semantic indexing in python
programming...??
Of course you are aware that LSA is patented..
There is a US patent on it, sealed in 1989, but is it patented in any
other countries? There is no such thing as a "global patent" - patents
only cover the country which issues them. There is a global patent
application process (the Patent Co-operation Treaty), but that just
establishes a priority date for the invention in each country, but the
inventor still needs to file patent applications and have them approved
(sealed) is each and every country. Did Bellcore do that back in the 1980s?

Aren't patents supposed to last 17 years, anyway? A patent granted in
1989 should have expired in 2006, I believe (though IANAL, so...).
I thought that in the US utility patents (as opposed to plant and
circuit design patents) lasted for 20 years from the filing date, which
was 15th Sept 1988 for the patent in question
(http://www.google.com/patents?vid=USPAT4839853 ). But IANAL either.

Tim C

Jul 19 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Hilde Roth | last post by:
This may have been asked before but I can't find it. If I have a rectangular list of lists, say, l = ,,], is there a handy syntax for retrieving the ith item of every sublist? I know about for i...
6
by: Michael Drumheller | last post by:
(If you're not interested in NumArray, please skip this message.) I am new to NumArray and I wonder if someone can help me with array-indexing. Here's the basic situation: Given a rank-2 array...
33
by: Darren Dale | last post by:
I love the language. I love the community. My only complaint is that Python for Windows is built with Visual Studio. It is too difficult to build python, or a module, from source. This is what...
10
by: Ishwor | last post by:
Hi all. Look at this snippet of code. >>> l = >>> l >>> l 'a' It prints the value 'a'. Fine so far :-) l ---> 'a' . l---> 'a' --> 'a'.
5
by: quartz12h | last post by:
Hi, We tried 2 techniques to mesure db size and both fails to return realtime size. a) under innodb, we ’show variables’, find the innodb_data_file_path variable and parse the size (works...
108
by: Bryan Olson | last post by:
The Python slice type has one method 'indices', and reportedly: This method takes a single integer argument /length/ and computes information about the extended slice that the slice object would...
135
by: Xah Lee | last post by:
Tabs versus Spaces in Source Code Xah Lee, 2006-05-13 In coding a computer program, there's often the choices of tabs or spaces for code indentation. There is a large amount of confusion about...
4
by: Emin | last post by:
Dear Experts, How much slower is dict indexing vs. list indexing (or indexing into a numpy array)? I realize that looking up a value in a dict should be constant time, but does anyone have a...
17
by: Johannes Bauer | last post by:
Hello group, I'm porting some code of mine to Python 3. One class has the __cmp__ operator overloaded, but comparison doesn't seem to work anymore with that: Traceback (most recent call last):...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.