Hedera-Lang-Learn / hedera

MIT License
10 stars 2 forks source link

Odd behavior with "res" #209

Closed bilbe closed 4 years ago

bilbe commented 4 years ago

So if you parse the Prologue of Livy's Ad Urbe Condita, it doesn't even offer the definition of "res" as the "things"

image

Here is the text:

Facturusne operae pretium sim si a primordio urbis res populi Romani perscripserim nec satis scio nec, si sciam, dicere ausim, quippe qui cum veterem tum volgatam esse rem videam, dum novi semper scriptores aut in rebus certius aliquid allaturos se aut scribendi arte rudem vetustatem superaturos credunt. Utcumque erit, iuvabit tamen rerum gestarum memoriae principis terrarum populi pro virili parte et ipsum consuluisse; et si in tanta scriptorum turba mea fama in obscuro sit, nobilitate ac magnitudine eorum me qui nomini officient meo consoler.

jtauber commented 4 years ago

Okay that does seem odd. I just checked Morpheus and it returns "reor" and "res" as the ambiguity as reflected in the label for node 883832. Let me try with a clean install locally to make it sure it's not some weird stale data issue.

jtauber commented 4 years ago

It's definitely bad data as a clean install results in:

Screen Shot 2020-07-02 at 10 40 41 PM
jtauber commented 4 years ago

Was this on dev or production? I wonder if we just haven't updated it for a while.

IvyJL commented 4 years ago

Just tried and both dev and prob have the problem.

On Jul 2, 2020, at 10:42 AM, James Tauber notifications@github.com wrote:

Was this on dev or production? I wonder if we just haven't updated it for a while.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Hedera-Lang-Learn/hedera/issues/209#issuecomment-653047493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEN5HK4XRIJDDHNLVILSMADRZSMGFANCNFSM4ONUKWTA.

jtauber commented 4 years ago

My bet is we have databases from a while ago before my last round of lattice-building fixes although I'll continue to investigate.

jtauber commented 4 years ago

Do we know the last time the databases were rebuilt?

IvyJL commented 4 years ago

Working properly on dev and prod as of 2020-07-31. Closing.