Mechanizing the creation or manipulation of electronic text.
How do I find files not containing some text on Linux? Basically I'm looking for the inverse of the following …
linux find text-processingConsider the following file var1 var2 variable3 1 2 3 11 22 33 I would like to load the numbers into a matrix, and the column …
matlab text file-io text-files text-processingThe English language has a couple of contractions. For instance: you've -> you have he's -> he is …
python nlp text-processingI have around 100 megabytes of text, without any markup, divided to approximately 10,000 entries. I would like to automatically generate a …
algorithm nlp text-processingHere's a website I found that will produce upside down versions of any English text. how does it work? does …
unicode text-processingIs there any library, preferably in python but at least open source, that can summarize and or simplify natural-language text?
python nlp text-processingI am constantly learning new tools, even old fashioned ones, because I like to use the right solution for the …
awk text-processingHow can I remove duplicate characters from a string using Python? For example, let's say I have a string: foo = "…
python string text-processingI've recently been working on some database search functionality and wanted to get some information like the average words per …
mysql sql text-processing word-countI am trying to use NLTK toolkit to get extract place, date and time from text messages. I just installed …
machine-learning nlp nltk text-processing named-entity-recognition