Git Product home page Git Product logo

isidore's Introduction

Howdy ๐Ÿ‘‹

My name is Frank, but the internet knows me as Paceaux.

I'm a front-end developer, CMS consultant, software architect, JavaScript engineer, language learner (๓ ฟ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ๐Ÿ‡ช๐Ÿ‡ธ๐Ÿ‡ซ๐Ÿ‡ท๐Ÿ‡ต๐Ÿ‡น๐Ÿ‡ฎ๐Ÿ‡ช๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ๐Ÿ‡ฎ๐Ÿ‡ฑ๐Ÿ‡ธ๐Ÿ‡พ๐Ÿ‡ฉ๐Ÿ‡ช๐Ÿ‡น๐Ÿ‡ท), aspiring linguist, semi-professional woodworker and semi-amateur writer.

You might know me for:

Silly Stats

Paceaux's GitHub stats

๐Ÿ’ป Currently Coding &

Making that ๐Ÿ’ฐ at

Red Hat, as a senior front-end Drupal engineer.

๐Ÿ”ญ working on

๐ŸŒฑ learning about

  • Linguistics, particularly phonotactics
  • TensorFlow and Machine learning.

Maybe it can help me find some common sound patterns in Germanic (๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ๐Ÿ‡ฉ๐Ÿ‡ช), Romance (๐Ÿ‡ช๐Ÿ‡ธ๐Ÿ‡ซ๐Ÿ‡ท๐Ÿ‡ต๐Ÿ‡น๐Ÿ‡ฆ๐Ÿ‡ฉ) and Celtic (๐Ÿ‡ฎ๐Ÿ‡ช๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ) languages โ€ฆ

๐Ÿ‘ฏ seeking collaborators for

  • helping Methodius get better at identifying n-grams in non-western languages, like Arabic.
  • getting Isidore to do a better job at spotting verbs in English.

๐Ÿ’ฌ Answered asks are:

Where are you on the interwebz?

All over. It's probably best if you just checkout LinkTree

What are your pronouns?

\b((h(e|i(s|m(self|\b))))|((e|รฉ)l(e|\b))|il(s|\b)|s(on|u|eu)|l(o|e|ui(-mรชme|\b))|o)\b/gi

๐Ÿ“ซ How can I send you a very important message?

I occasionally blog. You can definitely get my attention there.

isidore's People

Contributors

paceaux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

isidore's Issues

language setting is case sensitive

const sentence = new Sentence({ text: 'tell me more', language: 'en' });
results in
`typeError: cannot read property 'findWord' of undefined'

This is because the language is En. The language should be case-insensitive

Ambiguous Verb tenses should determine conjugation based on pronoun

I was
you were
he/she/it was
we were
you were
they were

In English (and probably other languages), a verb conjugation in written form is ambiguous without a pronoun.

A verb conjugation/inflection needs to be able to be marked as, ambiguous to signal to the sentence that it must do a second round of re-evaluation to determine correct conjugation and tense.

Sentences Should have method to extract pronouns

A function like this seems useful:

function getPersons(wordList) {
    const pronouns = wordList.filter((word) => word.partOfSpeech === 'pronoun');

    const first = pronouns.filter((pronoun) => pronoun.person === 1);
    const second = pronouns.filter((pronoun) => pronoun.person === 2);
    const third = pronouns.filter((pronoun) => pronoun.person === 3);

    return { first, second, third };
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.