Module: AlchemyConceptExtractor

Includes:
RDF
Defined in:
lib/alchemy-concept-extractor.rb

Defined Under Namespace

Classes: ConceptExtractor

Class Method Summary collapse

Class Method Details

.extract(api_key, datfile_location, outfile_location, output_format = :ntriples, rest_client = RestClient) ⇒ Object



67
68
69
70
# File 'lib/alchemy-concept-extractor.rb', line 67

def self.extract(api_key,datfile_location,outfile_location,output_format = :ntriples, rest_client = RestClient)
  concept_extractor = ConceptExtractor.new(api_key,outfile_location,datfile_location,output_format,rest_client)
  concept_extractor.extract
end