1 # This Python file uses the following encoding: utf-8
8 from mjacob
.ontologybuilder
import SimpleConcepts
9 from nltk
.corpus
import wordnet
14 print " ".join([wn
.synset(n
).definition
15 for n
in a
.get_concept([[s
.name
for s
in wn
.synsets(x
, pos
='an')]
16 for x
in thing
.split(' ')], debug
=True)])