Changelog
Source:NEWS.md
poldis 0.1.2
2024-09-03
Package
- Updated documentation for
get_urgency()to include more details about urgency scores - Updated internal data and data raw files to increase transparency
Functions
- Updated
get_urgency()andgather_topics()to open codebooks for urgency or topic when no arguments are declared - Updated urgency scores in
get_urgency()according to survey results. - Added
sim_urgency()function to simulate urgent priorities - Updated
select_priorities()to be more strict and accurate about selection of priorities
poldis 0.1.0
2024-07-15
Functions
- Updated text tools
- Renamed text tools functions to start with “extract_” (
extract_names(),extract_title(),extract_context(),extract_date(),extract_locations(),extract_match()) - Closed #11 by adding
extract_similarities()function to fuzzy match texts - Added
annotate_text()function to parse words or sentences using NLP - Added
read_pdf()function to load readable and non-readable text files from PDFs
- Renamed text tools functions to start with “extract_” (
- Closed #14 by adding
select_promises()function to extract future promises in text - Closed #15 by adding
gather_topics()andgather_related_terms()for assigning topics to texts - Added
get_urgency()function for coding urgency from text - Added summary and plotting methods for “urgency” and “topics” classes
poldis 0.0.3
2022-09-25
Package
- Renamed all functions to consistently start with
extract_* - Made the package smaller and more concise by removing
extract_dates()and additional commented codes - Closed #6 by updating
extract_context()function to make it more flexible for users - Updated
extract_speaker()to only return a list of speakers for texts - Closed #4 and #5 by removing
str_translate()function for translating strings
poldis 0.0.1
2021-11-04
Package
- Added functions to work with text
- Added
extract_location()to extract locations from text variables - Added
extract_date()to extract dates from text variables - Added
extract_title()to extract titles from text variables - Added
split_text()to split text variables - Added
text_match()to get matches from text variables
- Added
- Added
context()function to get string matches and return their context - Added
get_speaker()function for splitting text variables by speakers - Made package public on GitHub
poldis 0.0.0
2021-03-02
Package
- Created package and GitHub repo
- Setup package folder structure
- Added
DESCRIPTIONfile - Added
Rfolder - Added
LICENSEfile - Added
NAMESPACEfile - Added
NEWSfile - Added
READMEfile - Added
.githubfolder - Added
CODE_OF_CONDUCTfile - Added
CONTRIBUTINGfile - Added
pull_request_templatefile - Added
ISSUE_TEMPLATEfolder - Added
bug_reportfile - Added
feature_requestfile - Added
testsfolder - Added
testthatfolder - Added
testthatfile - Added
instfolder - Added
data-rawfolder - Added
datafolder
- Added
- Added package logo