Skip to content

Commit

Permalink
created empty corpus handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
rangat committed Jun 4, 2019
1 parent f4b5519 commit 0cddd62
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions corpus_handlers/bnc.py
@@ -0,0 +1,8 @@
import nltk
from nltk import word_tokenize
from nltk import sent_tokenize
from nltk import pos_tag

import bs4 as BeautifulSoup

bnc_dir = 'This is a sent'
Empty file.
Empty file added corpus_handlers/brown.py
Empty file.
Empty file added corpus_handlers/reuters.py
Empty file.

0 comments on commit 0cddd62

Please sign in to comment.