Skip to content
View dhwaniraval's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report dhwaniraval

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Brill_Tagger Brill_Tagger Public

    Transformation-based POS Tagging: Implemented Brill’s transformation-based POS tagging algorithm using ONLY the previous word’s tag to extract the best five (5) transformation rules to: 1. Transfor…

    Python 4 1

  2. Viterbi_Algorithm Viterbi_Algorithm Public

    Programmatically implement the Viterbi algorithm to compute the most likely weather sequence and probability for any given observation sequence.

    Python 2

  3. Three-Phase-Commit-Protocol Three-Phase-Commit-Protocol Public

    A Java implementation of the Three Phase Commit Protocol, a fault tolerance algorithm in distributed systems.

    Java 1

  4. Classic-Tic-Tac-Toe Classic-Tic-Tac-Toe Public

    Classic-Tic-Tac-Toe is a Windows store app deisgned in C# and XAML. It supports Player vs Computer mode along with Player vs Player mode.

    C# 1

  5. Information-Extraction Information-Extraction Public

    Implement an Information Extraction application using NLP features Project comprised of 4 stages: Stage 1: Creation of at least 10 unique information templates with cumulative 40 attributes Stage 2…

    Python 1 1

  6. MutualExclusion MutualExclusion Public

    An implementation of a mutual exclusion algorithm in the distributed system - Raymonds Algorithm

    Java