User:OrenBochman
From MediaWiki.org
|
|
||||||||||||||||||||||||
[edit] These Are A Few Of My Favourite Things[edit] Quick IRC Channels Links
|
|||||||||||||||||||||||||
|
|||||||||||||||||||||||||
[edit] Extension Ideas
- Latex Diagram Builder (Latex to SVG script)
- take latext diagram in a <latexD><\latexD>
- Outputs an SVG of the diagram.
- Easy to do since latex can work a command line application.
- Gambit extension
- Take an extensive form game
- Generate diagram
- Generate solutions
- Easy to do since gambit works as a command line application.
- cannot make ess reports
[edit] Top MediaWiki IA Flaws
- 95% of Policy should be built into the software and the rest should be optional. = other alternative wont scale. (Is this possible?)
- No click stream analytics - dev teams are working blind as to how users are working.
- The standard method of extending or automating should be built in. Today it is via javascripts or bots.
- Mising role based logic - U.I. Elements & behaviour should be visibile only if they are actionable (Non admin can click on hundreds of things that won't work).
- UI/Extension are closely linked to parser.
- No UI widgets format - means that extensions are either
- tag based
- single page based
- have no ui.
- modify the existing ui in complicated ways (steeper learning curve).
- Parser
- The parser is not really a parser but a set of transformation. (this is getting fixed!)
- There is direct Access to the parser via hooks instread of an abstracted mechanism to protect it from bad extentions.
- Watch is limited. (does not support follow up time based followup action)
editors.
- Talk pages are primitive and lacking basic social features for interpersonal communication. (So people roll their own inferior features)
- Signatures should be automatic and viewing thier details should be a ui option.
- Discussions should be threaded (this actually exists but it is built on top of talk pages)
- No formal relations - friends/collaboration groups.
- No avatars - identities are highly non social.
- No Private/Alternative communications network (IM,Email,Messages,VOIP).
- No blogging, social bookmarking, social games. (These are not roles considered part of Wikipedia but they would be worth integrating to increase editor engagement by developing personal spaces.)
- No browsing history widget
- No editing history widget (only a special page)
- No Support for persitent Quiz Pages (Kind of works).
- History - all subsequent edits by a single editor should be merged into one.
[edit] Confrences
[edit] SOLR
security: [1]
[edit] Stuff
- Cooperate with
- Google on NLP
- Academia
- Apertium
- HFST
[edit] Summer Of Code
[edit] Lucene Lemma Analyzers based on Morphology Extraction from Wikipedia Text
- Part 1: use & expand induction software to process exiting languages.
- Lemmas to word sense:
- exsiting works
- semantic frames - verb "think" (about) takes a noun complement XXX. In hungarian this is more explicit. Can be powerfull format for representing knowldge in sentences. Could be used to convert text to relation. (go, go to XXX,go from XXX to YYY) not many relations are needed. Verbs of motions, events,
- logic frames - map simple senteces to a prologu like logic structure
- Part 2 extract semantic frames from (part of speech tagged) corpus.
- deliverables:
- semantic networks used in wikipedia
- search and retrieve sample sentences for semantic frame patterns
[edit] Lucene - Automatic Query Expansion System
use SVD or other methods to make a cross language word nets
[edit] User Fingerprinting
- anonymous fingerprinting for:
-
- free unregisterd editor contribution.
- sock pupet detection
- probably not a good GSOC concept
[edit] Lucene - NG Wiki Parser Filter
Integrate the cutting edge parser as a lucne filter to allow offline indexing of wiki source. Deliverable: up to date wikipedia parser. Problems - no specs Problem - templates THis will probably be one of my own projects if I get to work full time
[edit] UIMA Content Extraction From Talk Pages
Use UIMA to automate content extraction talk and user Talk Pages. This is to facilitate tracking of action on various policies. Product a Q&A system.
This is on the frnge of contetnt analytics.
[edit] Corpus Stuff
- http://nlp.cs.nyu.edu/wikipedia-data/ A Wikipedia-based Corpus Reference Tool
- http://nlp.cs.nyu.edu/wikipedia-data/
[edit] Foot notes
- ↑ Ant
- ↑ Grammars
- ↑ Benchmark
- ↑ Machine Translation
- ↑ QA
- ↑ Media Wiki's
- ↑ clustering
- ↑ data structure
- ↑ real time collaboration
- ↑ CI
- ↑ search lib
- ↑ language detection
- ↑ checking external links
- ↑ testing search
- ↑ Statistics & data mining
- ↑ source control
- ↑ search engine
- ↑ language detection
- ↑ translation memory
- ↑ tutorials
- ↑ testing
- ↑ content analytics frame work
- ↑ SOLR PHP integration