Skip to content

Commit

Permalink
Update ntfidf.macro
Browse files Browse the repository at this point in the history
Line 1's # was rejected during execution. Changed to /* for commenting.
  • Loading branch information
joechong88 committed Jan 5, 2014
1 parent 2506dda commit 3bce8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch07/pig/ntfidf.macro
@@ -1,5 +1,5 @@
# Derived from TF-IDF by Jacob Perkins at http://thedatachef.blogspot.com/2011/04/tf-idf-with-apache-pig.html with
# help from Mat Kelcey who referred me to http://nlp.stanford.edu/IR-book/html/htmledition/maximum-tf-normalization-1.html
/* Derived from TF-IDF by Jacob Perkins at http://thedatachef.blogspot.com/2011/04/tf-idf-with-apache-pig.html with
help from Mat Kelcey who referred me to http://nlp.stanford.edu/IR-book/html/htmledition/maximum-tf-normalization-1.html */

DEFINE ntf_idf(token_records, id_field, token_field) RETURNS out_relation {

Expand Down

0 comments on commit 3bce8ea

Please sign in to comment.