bluesky_text 0.2.4
bluesky_text: ^0.2.4 copied to clipboard
Provides the easiest and most powerful way to analyze the text on Bluesky Social.
Release Note #
0.2.2 #
- Upgraded dependencies.
0.2.1 #
- Added
getCustomEntitiesmethod. You can easily generate original facets, etc. by extracting entities from the text that are not officially provided. (#419)
0.1.1 #
- Fixed
toFacetandtoFacetsto exclude invalid handles from the result when they are called. (#354)
0.1.0 #
- Added some utilities. And changed return object from
handles,linksandentitiestoEntities. (#347)isHandleinEntityisLinkinEntityisLinkinEntityEntitiesobject, and you can easily get facet collection by usingtoFacets
- The following characters have been added as entity terminators. (#352)
\n\n\r- full-width space
0.0.1 #
- First Release!