NEWS
lingmatch 1.0.8
Improvements
- Accommodates single-category dictionaries.
- Improves input resolution.
lingmatch 1.0.7 (2024-05-03)
Features
- Adds
dictionary_meta
to assess dictionary categories.
- Adds dictionary category coverage reporting to
lma_termcat
and lma_process
.
Bug Fixes
- Correctly applies category selection in
read.dic
in more cases.
Improvements
- Removes option to download embeddings without terms files; works toward
independence between spaces and term map.
- Allows for direct weight discretization from a weighted list dictionary.
lingmatch 1.0.6 (2023-08-28)
Features
- Adds conversion of list-representation to sparse matrix to
lma_dtm
.
Improvements
- Adds overwrite options to download functions.
lingmatch
more flexibly handles pairwise comparisons within groups.
lma_dtm
applies row names where possible.
Bug Fixes
- Corrects handling of multiple groups given
all.levels
in some cases.
- Adjusts
lma_simets
pairwise mean for self match.
lingmatch 1.0.5 (2023-01-22)
Features
- Adds
report_term_match
to assess fuzzy terms in dictionaries.
Bug Fixes
- Avoids integer overflow when setting up large comparisons.
- Fixes
select.lspace
downloaded indicator.
- Catches more invalid regular expressions to avoid crashes from
pattern_search
.
lingmatch 1.0.4 (2022-09-05)
Improvements
- Avoids checking if long texts are files.
- Improves feedback when a directory has not been specified.
- Changes results of singular pairwise comparisons from
1
to NA
.
lingmatch 1.0.3 (2022-01-25)
Bug Fixes
- Fixes
lma_simets
vector to matrix comparisons in some cases.
- Fixes
lma_dtm
tokens.only
when one text ends up empty.
lingmatch 1.0.2 (2021-04-22)
Features
- Adds options to specify term and category names in
read.dic
.
- Adds an option to remove unmatched categories or terms in
lma_patcat
.
Improvements
- Improves input-handling of dictionaries.
- Enables term exclusions for token-only
lma_dtm
.
- Makes output formats more consistent.
- Handles special-character conversion on misencoded text.
- Better handles unrecognized weight and metric names.
- Handles inconsistently named dictionaries.
Bug Fixes
- Fixes
lma_dtm
token to dtm conversion when final token indices entries are empty.
- Appropriately allows
read.dic
to read urls.
- Term weights correctly default to count given an empty weight.
- Adds the
pois.x
argument to lma_weight
to allow for separately specified augment alphas
and d/ppois quantiles or probabilities.
- Corrects handling of empty texts in some cases.
- Corrects
lma_process
routing and argument passing in some cases.
lingmatch 1.0.1 (2021-02-25)
Bug Fixes
- Avoids a compilation issue on older macOS platforms.
- Avoids factor-related issues when the
stringsAsFactors
option is TRUE
.