Skip to content

Commit 30cbe37

Browse files
authored
Readme update, adding the image into the readme.
1 parent 3466a05 commit 30cbe37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ The relationships currently encoded are:
4646

4747
---
4848

49-
Files contain a toy corpus (`files/`) and an image of an RDN-Boost tree for predicting if a word in a sentence is the word "you"
49+
Files contain a toy corpus (`files/`) and an image of a BoostSRL tree for predicting if a word in a sentence is the word "you"
50+
51+
[!BoostSRL tree for predicting if a word in a sentence is the word "you."](https://raw.githubusercontent.com/boost-starai/Natural-Language-Processing/master/output.png)
5052

5153
The tree says that if the word string contained in word 'b' is "you" then 'b' is the word "you". (This is of course true).
5254
A more interesting inference is the False branch that says that if word 'b' is an early word in sentence 'a' and word 'anon12035' is also an early word in sentence 'a' and if the word string contained in word 'anon12035' is "Thank", then the word 'b' has decent change of being the word "you". (The model was able to learn that the word "you" often occurs with the word "Thank" in the same sentence when "Thank" appears early in that sentence).

0 commit comments

Comments
 (0)