python - Automatically create title from a given text -


i trying write program give apt title when article give ( abstract). there standard algorithm available?

if want hand, you'd have start word frequency counting, analyzing phrases appear lot or words appear around each other. have briefly touched topic in java, there seems book python deals text analysis:

text processing in python

openfts, open full text search engine has python interface, called [pyfts].3

check out. maybe that's want.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -