Mechanizing the creation or manipulation of electronic text.
I have a big file 150GB CSV file and I would like to remove the first 17 lines and the last 8 …
linux bash sed text-processingBasically I get line from ls -la command: -rw-r--r-- 13 ondrejodchazel staff 442 Dec 10 16:23 some_file and want to get size of …
bash unix text text-processingI have this script that does a word search in text. The search goes pretty good and results work as …
python regex find text-processingIf I have text with standard paragraph formatting (a blank line followed by an indent) such as text 1 it's easy …
python text-processingI'm currently working on a project, where I want to extract emotion from text. As I'm using conceptnet5 (a semantic …
python regex nlp nltk text-processingI have a regular expression with a backreference. How can use it in a bash script? Such as I want …
regex unix grep text-processingI have a .txt file, which I want to process in Java. I want to delete its last line. I …
java file-io text-processingCould please anybody help me to sort it out? It can be done like this Tika tika = new Tika(); tika.…
java text-processing apache-tikaI have a file containing a large number of occurrences of the string Guid="GUID HERE" (where GUID HERE is …
shell replace sed guid text-processingI found the following code on the internet for calculating TFIDF: https://github.com/timtrueman/tf-idf/blob/master/tf-idf.py …
python data-mining text-processing information-retrieval tf-idf