Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. fullFileName(dataFile1,'/var/lib/myfrdcsas/versions/myfrdcsa-1.0/codebases/minor/iaec/attempts/5/data/data.txt').
  2. headFileName(dataFile1,'data.txt').
  3. fileExtension(dataFile1,'txt').
  4. md5sumForFile(dataFile1,'105e3467d22da01c823d4e7205207dd3').
  5. sexpToString(sexp1,stringFn('(work on IAEC and NLU)')).
  6. sexpPosition(dataFile1,sexp1,1).
  7. fileHasSexp(File,Sexp) :-
  8. sexpPosition(File,Sexp,_).
  9. hasEntry(sexp1,entry1).
  10. entryHasText(entry1,text1).
  11. equals(text1,stringFn('work on IAEC and NLU')).
  12. textHasSentence(text1,sentence1).
  13. elipticalSentence(sentence1).
  14. sentenceHasTokens(sentence1,[work,on,'IAEC',and,'NLU']).
  15. assumes(nluProgram,denotes(sentence1,tokenFn(2),iAmEurkiskoCyc_TheProgram)).
  16. assumes(nluProgram,denotes(sentence1,tokenFn(4),nlu_TheProgram)).
  17. hasCycL(sentence1,researchcyc1instance,[thereExists,SUBJECT,[thereExists, WORK1, [and, [isa, WORK1, 'WorkingEvent'] [performedBy, WORK1, SUBJECT] [isa, ['InstanceFn', "NLU8"], ['ThingDescribableAsFn', ['WordFn', "IAEC"], 'Noun']] [isa, NLU8, ['ThingDescribableAsFn', ['WordFn', "NLU"], 'Noun']], ['on-UnderspecifiedSur\
  18. face', WORK1, NLU8], ['on-UnderspecifiedSurface', WORK1, ['InstanceFn', "NLU8"]]]]]).
  19.  
  20.  
  21. %% directoryContainingAllFilesOfType(pdf,DIR).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement