fozziethebeat / S-Space

The S-Space repsitory, from the AIrhead-Research group
GNU General Public License v2.0
203 stars 106 forks source link

Fix #69. #76

Closed johann-petrak closed 7 years ago

johann-petrak commented 7 years ago

Fix issue #69 as described there: prevent making sspace to look up a non-existing word and throw an exception by first explicitly checking if the word is in the set of known words. There may be other ways to fix this which would involve exposing the readOnly status of the basis mapping inside the ssapce, making it possible to change that status or similar.

davidjurgens commented 7 years ago

Thanks Johann!