Skip to content
Snippets Groups Projects
Commit 53a0facb authored by wesenberg's avatar wesenberg
Browse files

17.

parent 5a727d57
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ def remove_bugs(sentence):
sentence = remove_all_hash_for_amr(sentence)
# replace with " " to find " and " between two removed chars
sentence = remove_single_char_for_amr(sentence, " ")
# sentence = remove_minus_for_amr(sentence, " ")
# sentence = remove_and_for_amr(sentence)
sentence = remove_minus_for_amr(sentence, " ")
sentence = remove_and_for_amr(sentence)
sentence = remove_space_for_amr(sentence)
return sentence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment