Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Chen committed Aug 11, 2020
1 parent d72414c commit 5916042
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@
phi_tags = re.findall(regex, line)
for tag in phi_tags:
line = line.replace(tag[0], '__phi__').strip()

# Walk through sentence
phi_ind = 0
for w in line.split():
Expand Down

0 comments on commit 5916042

Please sign in to comment.