Trinity
Trinity copied to clipboard
Phrases Optimizer
- [(xbox one) OR "xbox one"] => [(xbox one)]
- [(xbox one) AND "xbox one"] => ["xbox one"]
This should be simple because we collapse sequences into runs.
- [ ]
((1 OR [2,3]) OR ALL OF[2,3])=>(1 OR ALL OF [2, 3]) - [ ]
([1,2] AND (3 OR ALL OF[1,2]))=>3 OR AND [1,2]
- [ ]
"a b" OR "a b c"=>"a b" <c> - [x]
"a b" "a b c"=>"a b c"