Richard O'Keefe
2019-Jul-01 06:13 UTC
[R] Looking for R package to extract Concept from text files
Are you aware of https://www.tidytextmining.com/ On Mon, 1 Jul 2019 at 16:57, Mehdi Dadkhah <mehdidadkhah91 at gmail.com> wrote:> Thank you!! > Have a nice day! > With best regards, > > On Mon, Jul 1, 2019 at 6:57 AM Abby Spurdle <spurdle.a at gmail.com> wrote: > > > > > > In parts of these reports, people may state their > > > reasons for do not using such system. Is it possible to use R to only > > > extract such reasons from all reports? > > > > Are the reports in plain text format? > > Are there specific key words to search for? > > Are the reports in a certain order? > > If so, this makes things easier. > > > > Would grep work? > > This can be called from the command line, or within R, or both. > > Note that there are many grep-based functions within R. > > (grep, grepl, agrep, agrepl, and many more...) > > > > There is also a CRAN Task View, for this sort of thing: > > https://cran.r-project.org/web/views/NaturalLanguageProcessing.html > > > > However, 100 reports isn't that many. > > It may take longer to find (or create) suitable tools than go through 100 > > reports manually. > > > > > > > > -- > *Mehdi Dadkhah* > PhD candidate & Research assistant > Department of Management, Faculty of Economics and Administrative Sciences, > Ferdowsi University of Mashhad, Mashhad, Iran > *Email Addresses:* > mehdidadkhah91 at gmail.com > Mehdidadkhah at mail.um.ac.ir > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
Jeff Newmiller
2019-Jul-01 06:45 UTC
[R] Looking for R package to extract Concept from text files
Or https://cran.r-project.org/web/views/NaturalLanguageProcessing.html On June 30, 2019 11:13:10 PM PDT, Richard O'Keefe <raoknz at gmail.com> wrote:>Are you aware of https://www.tidytextmining.com/ > >On Mon, 1 Jul 2019 at 16:57, Mehdi Dadkhah <mehdidadkhah91 at gmail.com> >wrote: > >> Thank you!! >> Have a nice day! >> With best regards, >> >> On Mon, Jul 1, 2019 at 6:57 AM Abby Spurdle <spurdle.a at gmail.com> >wrote: >> >> > >> > > In parts of these reports, people may state their >> > > reasons for do not using such system. Is it possible to use R to >only >> > > extract such reasons from all reports? >> > >> > Are the reports in plain text format? >> > Are there specific key words to search for? >> > Are the reports in a certain order? >> > If so, this makes things easier. >> > >> > Would grep work? >> > This can be called from the command line, or within R, or both. >> > Note that there are many grep-based functions within R. >> > (grep, grepl, agrep, agrepl, and many more...) >> > >> > There is also a CRAN Task View, for this sort of thing: >> > https://cran.r-project.org/web/views/NaturalLanguageProcessing.html >> > >> > However, 100 reports isn't that many. >> > It may take longer to find (or create) suitable tools than go >through 100 >> > reports manually. >> > >> > >> > >> >> -- >> *Mehdi Dadkhah* >> PhD candidate & Research assistant >> Department of Management, Faculty of Economics and Administrative >Sciences, >> Ferdowsi University of Mashhad, Mashhad, Iran >> *Email Addresses:* >> mehdidadkhah91 at gmail.com >> Mehdidadkhah at mail.um.ac.ir >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.-- Sent from my phone. Please excuse my brevity.
Mehdi Dadkhah
2019-Jul-02 03:34 UTC
[R] Looking for R package to extract Concept from text files
Thank you so much! Have a nice day! With best regards, On Mon, Jul 1, 2019 at 10:43 AM Richard O'Keefe <raoknz at gmail.com> wrote:> Are you aware of https://www.tidytextmining.com/ > > On Mon, 1 Jul 2019 at 16:57, Mehdi Dadkhah <mehdidadkhah91 at gmail.com> > wrote: > >> Thank you!! >> Have a nice day! >> With best regards, >> >> On Mon, Jul 1, 2019 at 6:57 AM Abby Spurdle <spurdle.a at gmail.com> wrote: >> >> > >> > > In parts of these reports, people may state their >> > > reasons for do not using such system. Is it possible to use R to only >> > > extract such reasons from all reports? >> > >> > Are the reports in plain text format? >> > Are there specific key words to search for? >> > Are the reports in a certain order? >> > If so, this makes things easier. >> > >> > Would grep work? >> > This can be called from the command line, or within R, or both. >> > Note that there are many grep-based functions within R. >> > (grep, grepl, agrep, agrepl, and many more...) >> > >> > There is also a CRAN Task View, for this sort of thing: >> > https://cran.r-project.org/web/views/NaturalLanguageProcessing.html >> > >> > However, 100 reports isn't that many. >> > It may take longer to find (or create) suitable tools than go through >> 100 >> > reports manually. >> > >> > >> > >> >> -- >> *Mehdi Dadkhah* >> PhD candidate & Research assistant >> Department of Management, Faculty of Economics and Administrative >> Sciences, >> Ferdowsi University of Mashhad, Mashhad, Iran >> *Email Addresses:* >> mehdidadkhah91 at gmail.com >> Mehdidadkhah at mail.um.ac.ir >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> >-- *Mehdi Dadkhah* PhD candidate & Research assistant Department of Management, Faculty of Economics and Administrative Sciences, Ferdowsi University of Mashhad, Mashhad, Iran *Email Addresses:* mehdidadkhah91 at gmail.com Mehdidadkhah at mail.um.ac.ir [[alternative HTML version deleted]]
Mehdi Dadkhah
2019-Jul-02 03:35 UTC
[R] Looking for R package to extract Concept from text files
Thank you so much! Have a nice day! With best regards, On Mon, Jul 1, 2019 at 11:16 AM Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:> Or https://cran.r-project.org/web/views/NaturalLanguageProcessing.html > > On June 30, 2019 11:13:10 PM PDT, Richard O'Keefe <raoknz at gmail.com> > wrote: > >Are you aware of https://www.tidytextmining.com/ > > > >On Mon, 1 Jul 2019 at 16:57, Mehdi Dadkhah <mehdidadkhah91 at gmail.com> > >wrote: > > > >> Thank you!! > >> Have a nice day! > >> With best regards, > >> > >> On Mon, Jul 1, 2019 at 6:57 AM Abby Spurdle <spurdle.a at gmail.com> > >wrote: > >> > >> > > >> > > In parts of these reports, people may state their > >> > > reasons for do not using such system. Is it possible to use R to > >only > >> > > extract such reasons from all reports? > >> > > >> > Are the reports in plain text format? > >> > Are there specific key words to search for? > >> > Are the reports in a certain order? > >> > If so, this makes things easier. > >> > > >> > Would grep work? > >> > This can be called from the command line, or within R, or both. > >> > Note that there are many grep-based functions within R. > >> > (grep, grepl, agrep, agrepl, and many more...) > >> > > >> > There is also a CRAN Task View, for this sort of thing: > >> > https://cran.r-project.org/web/views/NaturalLanguageProcessing.html > >> > > >> > However, 100 reports isn't that many. > >> > It may take longer to find (or create) suitable tools than go > >through 100 > >> > reports manually. > >> > > >> > > >> > > >> > >> -- > >> *Mehdi Dadkhah* > >> PhD candidate & Research assistant > >> Department of Management, Faculty of Economics and Administrative > >Sciences, > >> Ferdowsi University of Mashhad, Mashhad, Iran > >> *Email Addresses:* > >> mehdidadkhah91 at gmail.com > >> Mehdidadkhah at mail.um.ac.ir > >> > >> [[alternative HTML version deleted]] > >> > >> ______________________________________________ > >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide > >> http://www.R-project.org/posting-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > >> > > > > [[alternative HTML version deleted]] > > > >______________________________________________ > >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > >https://stat.ethz.ch/mailman/listinfo/r-help > >PLEASE do read the posting guide > >http://www.R-project.org/posting-guide.html > >and provide commented, minimal, self-contained, reproducible code. > > -- > Sent from my phone. Please excuse my brevity. >-- *Mehdi Dadkhah* PhD candidate & Research assistant Department of Management, Faculty of Economics and Administrative Sciences, Ferdowsi University of Mashhad, Mashhad, Iran *Email Addresses:* mehdidadkhah91 at gmail.com Mehdidadkhah at mail.um.ac.ir [[alternative HTML version deleted]]