You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While numbers in the middle or at the end of a word in a context (as opposed to numbers that come at the beginning of a word or alone) execute well.
guile> (ghost-parse "u: (how much is4846) Too much.") guile> (ghost "how much is4846") (SentenceNode "sentence@d9dd958b-3842-4084-b44b-b880ec7ea2e8") guile> (ghost-run) guile> (ghost-get-result) ((WordNode "Too") (WordNode "much") (WordNode ".") )
The text was updated successfully, but these errors were encountered:
Brook4846
changed the title
Ghost - Numbers inside phrases create errors while parsing.
Ghost - Numbers inside contexts cause errors while parsing.
Oct 24, 2018
Recreated from opecog #3267
guile> (ghost-parse "u: (Its 5pm) good timing!")
While numbers in the middle or at the end of a word in a context (as opposed to numbers that come at the beginning of a word or alone) execute well.
guile> (ghost-parse "u: (how much is4846) Too much.")
guile> (ghost "how much is4846")
(SentenceNode "sentence@d9dd958b-3842-4084-b44b-b880ec7ea2e8")
guile> (ghost-run)
guile> (ghost-get-result)
((WordNode "Too")
(WordNode "much")
(WordNode ".")
)
The text was updated successfully, but these errors were encountered: