NLP
How does Remember the Milk's string matching work?
I\'m interested in developing a similar solution to RTM\'s Smart Add Feature. For those who don\'t know Remember the Milk here\'s how it works: Adding tasks is done by means of an input box that acc[详细]
2023-04-06 09:06 分类:问答The best IR software for my use?
I want to take what people chat about in a chat room and do the following information retrieval: Get the keywords[详细]
2023-04-05 18:17 分类:问答Looking for a way to optimize this algorithm for parsing a very large string
The following class parses through a very large string (an entire novel of text) and breaks it into consecutive 4-character strings that are stored as a Tuple. Then each tuple can be assigned a probab[详细]
2023-04-05 14:39 分类:问答What is a simple visualization tool to show word counts?
I have a text file which has the count of how many times does a phrase appear inside a corpus. The file looks like this, with the phrase and its count separated by \"=\":[详细]
2023-04-05 14:14 分类:问答How to sum up the word count for each person in a dialogue?
I\'m starting to learn Python and I\'m trying to write a program that would import a text file, count the total number of words, count the number of words in a specific paragraph (said by each partici[详细]
2023-04-04 21:13 分类:问答Is there a microformat for labeling sentences, words, parts-of-speech, etc
Is there a microformat for basic natural language process that has tags for sentences, words, part开发者_如何学Cs-of-speech, etc...? I have searched the web but could not find any.Maybe what you are l[详细]
2023-04-04 18:54 分类:问答How to classify text when pre defined categories are not available
I have a problem and not getting idea which algorithm have to apply. I am thinking to apply clusteringin case two but no idea on case one:[详细]
2023-04-04 15:47 分类:问答How to Join Arabic letters to form words
I have to read arabic letters from xml file and di开发者_如何学运维splay them as a word input :س ع ا د ة[详细]
2023-04-04 14:32 分类:问答English to babel-lang
Recently I was checking up on some AI possibilities and found out about babel-lang, which seems to be an interesti开发者_如何学运维ng concept.[详细]
2023-04-04 13:42 分类:问答Hundreds of RegEx on one string
In followup to my previous question Hundreds of RegEx on one string I ended up with a regex like following[详细]
2023-04-04 13:23 分类:问答