Code Monkey home page Code Monkey logo

autotags's People

Watchers

 avatar  avatar

autotags's Issues

Simplify Usage

Combine all AutoTags components including blacklist and white list in a single 
JS file. Provide utility 
methods for adding to the lists rather than maintaining a separate JS file.

Original issue reported on code.google.com by [email protected] on 12 May 2009 at 8:00

Support fielded weighting

Support multiple sets of text with different weightings (field weights) e.g. 
title would be treated 
differently to body.

Original issue reported on code.google.com by [email protected] on 2 Feb 2008 at 4:34

Associated tags

Add support for "associated" tags (e.g when suggesting 'lucene' also add 
'search', 'java').

Original issue reported on code.google.com by [email protected] on 2 Feb 2008 at 4:37

crashes when the word 'watch' appears in the text

What steps will reproduce the problem?
1. type watch at the end of the demo text
2.
3.

What is the expected output? 
It took 9 ms. to generate tags from 119 words!
bayesian
bayesian inference
artificial intelligence
complex models
bayes theorem
monte carlo
metropolis hastings
beast
mrbayes
p4
techniques
applications

What do you see instead?
No words are returned, it looks like it crashed

What version of the product are you using? On what operating system?
1.2 demo page, firefox, windows

Please provide any additional information below.
failing for the same reason in my app
had to explicitly add

                if(token.indexOf("watch") >= 0 ){
                    continue;
                }

makes me wonder if other words will make it crash

cheers
[email protected]


Original issue reported on code.google.com by [email protected] on 13 Oct 2008 at 3:00

Add position weights

Potentially apply further weighting based on position, applying more weighting 
for terms that 
appear towards the front of the text.

Original issue reported on code.google.com by [email protected] on 2 Feb 2008 at 4:33

Abbreviations missed out from tags

What steps will reproduce the problem?
1. A text like HTML Js would not be picked as a tag while Html Js might
2. Also all abbreviations are skipped. "GOOG and YAHO" - a text like this 
both will be skipped 

What is the expected output? What do you see instead?
All abbreviations should come up as tags and there should be no 
restriction that the first letter should be cap and subsequent letters 
should be in small case.

What version of the product are you using? On what operating system?
v1.0 on win2k

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Feb 2008 at 2:27

Incompatible with Prototype Javascript library

What steps will reproduce the problem?
1. Include prototype.js in you example file
2. Click Analyze

What is the expected output? What do you see instead?
I'd like to see tags generated, but the process failed!


What version of the product are you using? On what operating system?
autotags 1.2; Firefox; Mint OS

Original issue reported on code.google.com by [email protected] on 14 Oct 2008 at 11:10

Tag normalisation

Support term normalisation ( 'youtube', 'iFilm' -> 'video sharing' )

Original issue reported on code.google.com by [email protected] on 2 Feb 2008 at 4:38

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.