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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The relationships currently encoded are:
48
48
49
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
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)
51
+

52
52
53
53
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).
54
54
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