Skip to content

Update DALAnalyzer.java#34

Open
phwang20 wants to merge 1 commit intosidaw:masterfrom
phwang20:patch-4
Open

Update DALAnalyzer.java#34
phwang20 wants to merge 1 commit intosidaw:masterfrom
phwang20:patch-4

Conversation

@phwang20
Copy link

Tag the parentheses. Tested.

Tag the parentheses.  Tested.
else if (token.equals("'") || token.equals("\"") || token.equals("''") || token.equals("``"))
languageInfo.posTags.add("''");
else
int parenCount=0;//+1 for ( -1 for )
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do this as a mode during tokenization, not post processing, that should make life much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants