Results for "Text"

Wire posts

  • Print all text after a matching string perl -ne "print unless 1 .. m(String)" #Perl #OneLiner #String #Perl #Trick

    2989 days ago

  • Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt #Split #Break #Line #Ubuntu #Linux #Tricks

    2795 days ago

  • Remove four beginning characters from each line of the file. $ sed 's/^....//' genbank.txt #Remove #Sed #Text

    2520 days ago

  • Remove duplicated lines from text file. $ awk '!seen[$0]++' allIds #duplicate #lines #remove #awk

    2475 days ago

  • https://radimrehurek.com/gensim/index.html #topic #modelling #text #mining

    2245 days ago

  • https://www.tidytextmining.com/ #text #mining #R

    2245 days ago

  • https://likegeeks.com/nlp-tutorial-using-python-nltk/ #text #mining #python

    2245 days ago

  • https://spacy.io/ #nlp #text #mining

    2233 days ago

  • http://www.nactem.ac.uk/GENIA/tagger/ #biomedical #text #mining #tagger

    2233 days ago

  • Add some text at the beginning of the file $ echo -e "chrII_reverse\n$(cat chrII_reverse.fa )" > chrII_reverse.fa #Add #FirstLine #Text

    2058 days ago