Skip to content

Instantly share code, notes, and snippets.

@ai2010
ai2010 / adj adv v feature.py
Created March 6, 2017 23:09 — forked from Azure-rong/adj adv v feature.py
Feature extraction:Review adjective, adverb and verb word's number
#! /usr/bin/env python2.7
#coding=utf-8
"""
Counting adjective words, adverbs and verbs number in the review.
This module aim to extract adjective words, adverbs and verbs number features.
"""