Skip to content

pchandar/fGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

FGen is a feature generation library that can be used to obtained feature vectors from any given text. Currently, we can use fGen to extract features for each each token in the text. More documentation coming soon.

Demo Example

To compile type

$ sbt compile

The project currently has support for reading Clinical Trial from clinicalTrials.gov.

To extract token feature for each token in the clinical trial's title, run the following demo

$ sbt -mem 5000 "run -a generate -c com.pchandar.examples.SampleCTGovConfig"

This should create a fGen folder in your home directory. A separate file is created for each trial and the features for each token are separated by new line.

About

A library to generate text based features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published