Skip to content
Xav edited this page Sep 5, 2015 · 20 revisions

v1.0.0

Planned for end of september, 2015. Warning: see deprecation notices in the v1.0 release notes draft.

  • Full API documentation
  • Example/demo page
  • Lexicon [en]
    • Base lexicon
    • Sentiment lexicon
    • Filter verb inflections when building packed lexicon
  • Synonyms handler [multilingual]
  • Part-of-Speech tagging [en]
  • Noun inflector (singularization, pluralization) [en]
  • Verbs inflector + lexicons [en]
    • Regular verbs
    • Irregular verbs
  • Acronyms detection [multilingual]
  • Negation detection [multilingual]
  • Entities extraction [multilingual]
    • Proper nouns
    • Hashtags
    • @usernames,
    • IPs
    • Email address
    • URL
  • Dependency parsing [en]
    • Basic parsing (engine running, few tests)
    • Reliable parsing (engine reliable ~50 tests minimum)
  • Profiling (sentiment, politeness, type of sentence)
    • Token scoring [multilingual]
    • Scoring consolidation [multilingual]
    • Politeness [multilingual]
      • Politeness score
      • Dirtiness score
    • Basic tense detection [multilingual]
      • Verb based
      • Modal based
      • Conditional
    • Type of sentence [en]
      • Foreign
      • Headline
      • Interrogative
      • Exclamatory
      • Imperative
      • Declarative
      • Approval
      • Refusal

v1.1.0

Planned for december 2015

  • Documentation build & update process
  • Hosting on JsDelivr CDN (minimal version)
  • Use a trie for lexicon querying on runtime
  • Sentence sections extraction
  • Date extraction [en]
  • Lexer [multilingual]
    • Merge sentences that only contain emoticons with the previous sentence
  • Advanced dependency parsing (150+ tests) [en]
  • Code ready for new language implementations

v2.0

Planned for june 2016

  • Dynamic loading of lexicon, w/ versioning and cache using Application Cache [minimal version]
  • Lexicon [fr]
    • Base lexicon
    • Sentiment lexicon
  • Verbs inflector + lexicons [fr]
    • Regular verbs
    • Irregular verbs
  • Part-of-Speech tagging [fr]
  • Noun inflector (singularization, pluralization) [fr]
  • Basic dependency parsing (50+ tests) [fr]
  • Profiling
    • Type of sentence [fr]
      • Foreign
      • Headline
      • Interrogative
      • Exclamatory
      • Imperative
      • Declarative
      • Approval
      • Refusal
Clone this wiki locally