8000 pokhrelj · GitHub
[go: up one dir, main page]

Skip to content
View pokhrelj's full-sized avatar

Block or report pokhrelj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Generating text with a markov chain ... Generating text with a markov chain in R.
    1
    library(markovchain)
    2
    
                  
    3
    text <- readLines('text.txt')
    4
    text <- text[nchar(text) > 0]
    5
    
                  
  2. Simple example of classifying text i... Simple example of classifying text in R with machine learning (text-mining library, caret, and bayesian generalized linear model). Classify. tfidf tdm term document matrix
    1
    library(caret)
    2
    library(tm)
    3
    
                  
    4
    # Training data.
    5
    data <- c('Cats like to chase mice.', 'Dogs like to eat big bones.')
  3. aulnepr aulnepr Public

    Grab Old Books of Nepal

  4. DataSciencePython DataSciencePython Public

    Forked from ujjwalkarn/DataSciencePython

    common data analysis and machine learning tasks using python

    Python

  5. HeadLine HeadLine Public

    Using Pandas and NLTK for a wrangle on Nepali headlines

    Jupyter Notebook

  6. Nepali-POS-Tagger Nepali-POS-Tagger Public

    Forked from e911/Nepali-POS-Tagger

    Python

0