Skip to content

Commit 4cd7fc3

Browse files
committed
Add capstone page.
1 parent 51c9e76 commit 4cd7fc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

capstone.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Capstone"
3+
permalink: /capstone/
4+
layout: page
5+
---
6+
## Reference Material
7+
8+
- [Speech and Language Processing, 3rd Edition](https://web.stanford.edu/~jurafsky/slp3/) Working version of Jurafsky, et. al. book on natural language processing whose content on n-grams is helpful for the capstone.
9+
10+
## Course Project
11+
12+
- [n-gram Computations and Computer Capacity](http://bit.ly/2couvxh) Explains the amount of memory required to convert the text files for the course project into n-grams, using the <strong>quanteda</strong> package.

0 commit comments

Comments
 (0)