Skip to content
#

trie-structure

Here are 19 public repositories matching this topic...

Named entity tagging system that requires minimal linguistic knowledge and can be applied to several target languages without substantial changes. The system is based on the ideas of the Brill’s tagger which makes it really simple. Using supervised machine learning, we construct a series of automatons (or transducers) in order to tag a given tex…

  • Updated Jun 23, 2020
  • Java

This project simulates a Type ahead feature with an in memory database(using Redis) which is similar to google's auto suggestion feature when typing in a search command. It is a complete standalone project which consists of backend which implements Trie and prefixweb which is used to call backend logic using REST API. --

  • Updated Jul 24, 2024
  • Java

Improve this page

Add a description, image, and links to the trie-structure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trie-structure topic, visit your repo's landing page and select "manage topics."

Learn more