Pinned Repositories
Proper-Noun-Extraction
Natural Language Processing: Extracting Proper Nouns using Regular Expressions
Warble
Warble is a micro-blogging, social web application based on the Node.js framework modeled after Twitter that allows user to share files.
Weighted-CYK-Probabilistic-Context-Free-Grammar
Implementation of Weighted CYK/Probabilistic Context Free Grammar in Python
xianc's Repositories
xianc/Weighted-CYK-Probabilistic-Context-Free-Grammar
Implementation of Weighted CYK/Probabilistic Context Free Grammar in Python
xianc/Proper-Noun-Extraction
Natural Language Processing: Extracting Proper Nouns using Regular Expressions
xianc/Warble
Warble is a micro-blogging, social web application based on the Node.js framework modeled after Twitter that allows user to share files.
xianc/airtable.js
Airtable javascript client
xianc/CS446-WebCrawler
A simple web crawler that generate a file of the first 100 unique links it finds, restricting the links to web pages and pdfs that are on cs.umass.edu and respecting robots.txt...
xianc/deep-linked-animal
test repo
xianc/GitActionsDeploytoAWS
xianc/MapReduce-w-Threads-Semaphores
A multi-threaded producer-consumer program. The producers, or MapThreads, reads from a file and hashes each word read to be sent to a ReduceThread. The ReduceThreads consumes the passed word from its bounded buffer and constructs the inverted index
xianc/my_gp_Sandbox
xianc/ON_engToFr
Translate frequently used english marketing words to french
xianc/PageRank
xianc/Persistent-File-System
A simple UNIX-like persistent file system using index nodes...
xianc/portfolio
Portfolio
xianc/Search-Engine
This program constructs an inverted index and ranks documents in a collection using the B25 algorithm (B25 method) or Query-likelihood coupled with Dirichlet smoothing (QL method)...
xianc/Sudoku-Solver
A sudoku solver using the waterfall method with backtracking and arc consistency and consistency propagation.
xianc/xianc.github.io
Front-End Web Stuff