-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: ijekavica demo #200
base: master
Are you sure you want to change the base?
feat: ijekavica demo #200
Conversation
@@ -79,8 +79,8 @@ export interface ITableData { | |||
|
|||
export const tablesData: ITableData[] = [ | |||
{ | |||
spreadsheetId: '1N79e_yVHDo-d026HljueuKJlAAdeELAiPzdFzdBuKbY', | |||
sheetId: '1987833874', | |||
spreadsheetId: '11TEUKt52TXnLbCvUWzSFK7zzDOzqsyHKw7dt2iZ0dD8', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For demo purpose.
break; | ||
} | ||
|
||
this.splittedMap[lang].set(id, splittedField); | ||
if (lang === 'sr') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blatant hardcode... but I need to make sure we remove those нагове̖штавање, нагове̖штај
from the visual results.
@@ -21,6 +23,12 @@ loadTablesData.then(({ data, columns }) => { | |||
columns.forEach((column: string[]) => { | |||
const fieldName = getColumnName(column); | |||
|
|||
if (fieldName === 'sr') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again some blatant hardcode... but I need to make sure we remove those нагове̖штавање, нагове̖штај
from the visual results.
"scripthost", | ||
"es2015.collection" | ||
"es2015", | ||
"es2019.array" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more thing, do we have autopolyfilling for latest browsers > 0.5%? Should I worry about using Array.prototype.flatMap
, @sonic16x ?
Pull Request Test Coverage Report for Build 1887839461
💛 - Coveralls |
Proof of concept for Ekavian/Ijekavian search in Serbian.
Code
Ekavica:
Ijekavica:
Sheets
App
WDYT, @sonic16x , @ru-danko ?
Any ideas on how to rewrite a couple of hardcoded places?