Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 98 #108

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Issue 98 #108

wants to merge 3 commits into from

Conversation

sushain97
Copy link
Member

need to fix this before merging:

e.g. before

$ curl -G --data "lang=kaz&q=Сен+бардың+ба?" http://localhost:2737/analyze
[["Сен/сен<v><tv><imp><p2><sg>/сен<prn><pers><p2><sg><nom>","Сен "], ["бардың ба/бар<adj><subst><gen>+ма<qst>/бар<v><iv><ifi><p2><sg>+ма<qst>","бардың ба"], ["?/?<sent>","?"]]

and now

$ curl -G --data "lang=kaz&q=Сен+бардың+ба?" http://localhost:2737/analyze
[["Сен/сен<v><tv><imp><p2><sg>/сен<prn><pers><p2><sg><nom>","Сен"], ["бардың ба/бар<adj><subst><gen>+ма<qst>/бар<v><iv><ifi><p2><sg>+ма<qst>"," бардың ба"], ["?/?<sent>","?"]]
  • Update changelog
  • Bump version
  • Update news
  • Add tests for multiple LU

@coveralls
Copy link

coveralls commented Apr 27, 2018

Pull Request Test Coverage Report for Build 892

  • 19 of 24 (79.17%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 45.383%

Changes Missing Coverage Covered Lines Changed/Added Lines %
apertium_apy/apy.py 1 2 50.0%
apertium_apy/handlers/analyze.py 4 6 66.67%
apertium_apy/handlers/generate.py 14 16 87.5%
Totals Coverage Status
Change from base Build 890: 0.04%
Covered Lines: 1052
Relevant Lines: 2092

💛 - Coveralls

@sushain97 sushain97 force-pushed the master branch 2 times, most recently from b36ac97 to 51fb9c5 Compare January 3, 2022 10:56
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.

None yet

2 participants