text_indexing 0.0.1+3 copy "text_indexing: ^0.0.1+3" to clipboard
text_indexing: ^0.0.1+3 copied to clipboard

outdated

Dart library for creating an inverted index on a collection of text documents.

0.0.1+3 #

  • PRE-RELEASE
  • Updated documentation.

0.0.1+2 #

  • PRE-RELEASE
  • Updated documentation.

0.0.1+1 #

  • PRE-RELEASE
  • Updated documentation.

0.0.1 #

  • PRE-RELEASE, BREAKING CHANGES
  • Interfaces finalized
  • BREAKING CHANGES: TextIndexerBase.
  • BREAKING CHANGES: InMemoryIndexer.
  • BREAKING CHANGE: TermDictionary renamed Dictionary.
  • BREAKING CHANGE: PostingsMap renamed Postings.
  • BREAKING CHANGE: PostingsMapEntry renamed PostingsEntry.
  • BREAKING CHANGE: Term renamed DictionaryEntry.
  • BREAKING CHANGE: TermPositions renamed PostingsList.
  • Added a test for [PersistedIndexer].
  • Added an example for [PersistedIndexer].
  • Updated documentation.

0.0.1-beta.4 #

  • PRE-RELEASE
  • Updated documentation.

0.0.1-beta.3 #

  • PRE-RELEASE, BREAKING CHANGES
  • BREAKING CHANGES: TextIndexerBase.
  • BREAKING CHANGES: InMemoryIndexer.
  • Added PersistedIndexer.
  • Updated examples.
  • Updated tests.
  • Updated documentation.

0.0.1-beta.2 #

  • PRE-RELEASE
  • Added TextIndexerBase.
  • Added InMemoryIndexer.
  • Created test of InMemoryIndexer.
  • Created example of InMemoryIndexer.
  • Updated documentation.

0.0.1-beta.1 #

  • PRE-RELEASE
  • Initial version.
5
likes
0
pub points
49%
popularity

Publisher

verified publishergmconsult.com.au

Dart library for creating an inverted index on a collection of text documents.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, porter_2_stemmer, rxdart, text_analysis

More

Packages that depend on text_indexing