Skip to main content

Generate text feature of domain for machine learn

Project description

Overview
========
This lib generate text feature sparse vector for a given domain

Usage
=====
```
import pydomaintextfeature
if __name__ == '__main__':
while True:
iput = raw_input()
f = Ppydomaintextfeature.yDomainTextFeature({'ngram':3})
print f.range()
print f.feature(iput)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydomaintextfeature-0.1.1.tar.gz (11.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page