Now parsing propositions well, working on refinements.

This commit is contained in:
Simon Brooke 2020-04-30 11:24:28 +01:00
parent 2e1855eaf5
commit 479c186c46
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
6 changed files with 43439 additions and 26 deletions

21
resources/locators.edn Normal file
View file

@ -0,0 +1,21 @@
(def locators '((((["of" "IN"]
((((((["idealism" "NN"]) :noun)) :noun-phrase)) :noun-phrases))
:locator)
((((["in" "IN"]
((((((["philosophy" "NN"]) :noun)) :noun-phrase))
:noun-phrases))
:locator)
["," ","]
((((["in" "IN"]
((((((["politics" "NNS"]) :noun)) :noun-phrase))
:noun-phrases))
:locator)
["," ","]
((((["in" "IN"]
((((((["literature" "NN"]) :noun)) :noun-phrase))
:noun-phrases))
:locator))
:locators))
:locators))
:locators))
:locators))

File diff suppressed because it is too large Load diff

15837
resources/platos_republic.txt Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff