-
I know there are ways to point the textasdata.com and textasdata.org to the GitHub page. Can you figure that one out?
We will implement this after #3
-
Must have something to do with the url config settings, because http://textasdata.github.io is not displaying properly.
Note that for Organization pages (such as textasdata.github.io) the source is f…
-
Hi,
I think this is a great idea! I tried to use "q", though I got inconsistent results with different text files:
C:\Users\barryc\Desktop\>"C:\Program Files (x86)\q-TextAsData\q.exe" -H -d, …
-
### 1.1 part of speech tagging (3 points)
A. Preprocess the `pharma` press release to remove all punctuation / digits (so can use `.isalpha()` to subset)
B. With the preprocessed press release f…
-
### 2.1 Preprocess the data by removing stopwords, punctuation, and non-alpha words (5 points)
**A.** Write a function that:
- Takes in a single raw string in the `contents` column from that dataf…
-
### 1.3 sentiment analysis (10 points)
Sentiment analysis section of this script: [https://github.com/rebeccajohnson88/PPOL564_slides_activities/blob/main/activities/fall_22/solutions/08_textasdata…
-
### 2.2 Create a document-term matrix from the preprocessed press releases and to explore top words (5 points)
**A.** Use the `create_dtm` function I provide (alternately, feel free to write your o…
-
### 2.4 Add topics back to main data and explore correlation between manual labels and our estimated topics (10 points)
**A.** Extract the document-level topic probabilities. Within `get_document_t…
-
Check this blog link from R bloggers on the current tools available for text analysis. One convenient, portable overview.
http://www.bnosac.be/index.php/blog/87-an-overview-of-the-nlp-ecosystem-in-…
-
I am looking for testers to test out the package to compare it to other approaches. Inviting @jlacko I see you used keras in this blog post
http://www.jla-data.net/eng/vocabulary-based-text-classifi…