Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 452 Bytes

Summary

Some of my programming projects during my undergraduate degree at UniMelb.

Projects

  • Lexical Normalization of Twitter Data

An NLP project that attempts to map slang found in tweets to their dictionary counterpart (Python). Includes a discussion of the techniques used in a PDF report.

  • Huffman Encoding

Implementation of a Huffman encoder and decoder using priority queues based on a binary search tree (C).