KelseyJ22 / machine_translation

Machine translation algorithm for CS124.
0 stars 0 forks source link

fix prepositions #7

Open KelseyJ22 opened 9 years ago

KelseyJ22 commented 9 years ago

should get "of" instead of "at"; "that" instead of "what"

kathawala commented 9 years ago

Fixed "that" instead of "what" but have not tackled "of" instead of "at" yet. They are fundamentally different problems ("what" instead of "that" happens because of the type-conversions.txt file but "of" and "at" are the same POS).